<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: A Common PHP/MySQL User Database</title>
	<atom:link href="http://gfmorris.org/archives/2005/10/05/a-common-phpmysql-user-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://gfmorris.org/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fgfmorris.org%2Farchives%2F2005%2F10%2F05%2Fa-common-phpmysql-user-database%2F%23comment-&amp;seed_title=A+Common+PHP%2FMySQL+User+Database</link>
	<description>Smart Guy, Dumb Code</description>
	<lastBuildDate>Fri, 16 Oct 2009 20:26:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Get Back to Work! - Habari</title>
		<link>http://gfmorris.org/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fgfmorris.org%2Farchives%2F2005%2F10%2F05%2Fa-common-phpmysql-user-database%2F%23comment-43249&amp;seed_title=A+Common+PHP%2FMySQL+User+Database/comment-page-1/#comment-43249</link>
		<dc:creator>Get Back to Work! - Habari</dc:creator>
		<pubDate>Sat, 30 Aug 2008 20:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://gfmorris.org/archives/2005/10/05/a-common-phpmysql-user-database/#comment-43249</guid>
		<description>[...] to reliably code again, without freezing my fingers off, it&#8217;s time for me to get back to my Common User Database project, which is really coming together now. I&#8217;ve got all the basic interaction stuff down, [...]</description>
		<content:encoded><![CDATA[<p>[...] to reliably code again, without freezing my fingers off, it&#8217;s time for me to get back to my Common User Database project, which is really coming together now. I&#8217;ve got all the basic interaction stuff down, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geof F. Morris</title>
		<link>http://gfmorris.org/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fgfmorris.org%2Farchives%2F2005%2F10%2F05%2Fa-common-phpmysql-user-database%2F%23comment-26616&amp;seed_title=A+Common+PHP%2FMySQL+User+Database/comment-page-1/#comment-26616</link>
		<dc:creator>Geof F. Morris</dc:creator>
		<pubDate>Sun, 07 Oct 2007 22:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://gfmorris.org/archives/2005/10/05/a-common-phpmysql-user-database/#comment-26616</guid>
		<description>William: Deadlock looks ill-suited to what I&#039;m using, but the evolt system does look better.  Thanks for the tip.</description>
		<content:encoded><![CDATA[<p>William: Deadlock looks ill-suited to what I&#8217;m using, but the evolt system does look better.  Thanks for the tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geof F. Morris's Indiana Jones School of Management</title>
		<link>http://gfmorris.org/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fgfmorris.org%2Farchives%2F2005%2F10%2F05%2Fa-common-phpmysql-user-database%2F%23comment-25707&amp;seed_title=A+Common+PHP%2FMySQL+User+Database/comment-page-1/#comment-25707</link>
		<dc:creator>Geof F. Morris's Indiana Jones School of Management</dc:creator>
		<pubDate>Tue, 28 Aug 2007 02:29:55 +0000</pubDate>
		<guid isPermaLink="false">http://gfmorris.org/archives/2005/10/05/a-common-phpmysql-user-database/#comment-25707</guid>
		<description>&lt;strong&gt;Import/Export: Email Address as Unique Identifier, Force Multiplier...&lt;/strong&gt;

People have riffed on email addresses as unique identifiers for some time now.  Heck, any good user database, in my mind, uses email addresses as the unique identifier, because they&#8217;ll nudge the user to keep the email address up-to-date.  Rex Ham...</description>
		<content:encoded><![CDATA[<p><strong>Import/Export: Email Address as Unique Identifier, Force Multiplier&#8230;</strong></p>
<p>People have riffed on email addresses as unique identifiers for some time now.  Heck, any good user database, in my mind, uses email addresses as the unique identifier, because they&#8217;ll nudge the user to keep the email address up-to-date.  Rex Ham&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Sitch</title>
		<link>http://gfmorris.org/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fgfmorris.org%2Farchives%2F2005%2F10%2F05%2Fa-common-phpmysql-user-database%2F%23comment-24695&amp;seed_title=A+Common+PHP%2FMySQL+User+Database/comment-page-1/#comment-24695</link>
		<dc:creator>William Sitch</dc:creator>
		<pubDate>Mon, 28 May 2007 16:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://gfmorris.org/archives/2005/10/05/a-common-phpmysql-user-database/#comment-24695</guid>
		<description>How about Deadlock?  

Deadlock is an open source user authentication/password protection system written in PHP/MySQL and licensed under the GNU GPL. It uses .htpasswd and .htaccess files to protect any web directory. Installation is as easy as running a setup script.

http://www.phpdeadlock.org/


If you don&#039;t need anything so comprehensive, there&#039;s a PHP admin system with login features at:
http://evolt.org/PHP-Login-System-with-Admin-Features</description>
		<content:encoded><![CDATA[<p>How about Deadlock?  </p>
<p>Deadlock is an open source user authentication/password protection system written in PHP/MySQL and licensed under the GNU GPL. It uses .htpasswd and .htaccess files to protect any web directory. Installation is as easy as running a setup script.</p>
<p><a href="http://www.phpdeadlock.org/" rel="nofollow">http://www.phpdeadlock.org/</a></p>
<p>If you don&#8217;t need anything so comprehensive, there&#8217;s a PHP admin system with login features at:<br />
<a href="http://evolt.org/PHP-Login-System-with-Admin-Features" rel="nofollow">http://evolt.org/PHP-Login-System-with-Admin-Features</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: will</title>
		<link>http://gfmorris.org/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fgfmorris.org%2Farchives%2F2005%2F10%2F05%2Fa-common-phpmysql-user-database%2F%23comment-21934&amp;seed_title=A+Common+PHP%2FMySQL+User+Database/comment-page-1/#comment-21934</link>
		<dc:creator>will</dc:creator>
		<pubDate>Thu, 12 Apr 2007 20:51:50 +0000</pubDate>
		<guid isPermaLink="false">http://gfmorris.org/archives/2005/10/05/a-common-phpmysql-user-database/#comment-21934</guid>
		<description>I recommend adding a date_created field into this table, so it is known when the user joined.
And if you&#039;re using a double-opt-in system, I recommend adding a user_act_key field (or putting this into a separate table associated by user_id since it will be null once the user has verified their email address).
That way whenever the user changes their email address, your system will know to verify it first, and if the account expires, you can pull the record (saving space).</description>
		<content:encoded><![CDATA[<p>I recommend adding a date_created field into this table, so it is known when the user joined.<br />
And if you&#8217;re using a double-opt-in system, I recommend adding a user_act_key field (or putting this into a separate table associated by user_id since it will be null once the user has verified their email address).<br />
That way whenever the user changes their email address, your system will know to verify it first, and if the account expires, you can pull the record (saving space).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
