<?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: Autologin a WordPress user in your PHP script</title>
	<atom:link href="http://mywordpress.com/autologin-wordpress-php-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://mywordpress.com/autologin-wordpress-php-script/</link>
	<description>Clever WordPress Plugins!</description>
	<lastBuildDate>Mon, 08 Mar 2010 20:49:23 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: myWordPress</title>
		<link>http://mywordpress.com/autologin-wordpress-php-script/#comment-554</link>
		<dc:creator>myWordPress</dc:creator>
		<pubDate>Fri, 23 Oct 2009 14:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://mywordpress.com/?p=414#comment-554</guid>
		<description>I don&#039;t think there would be a security issue as such, obviously you need to secure your own login-system, but if you already do that, the data you send to WordPress should be fine.

You should also note that by maintaining a separate user-login system, you have two databases you need to keep synchronized, making sure to add, modify and delete users in both.

Although it is clearly your own business, I suggest to take a look at fully using WordPress as your userdatabase. I do that on linklaunder.com (which is not active at the moment, unfortunately), where I use a few plugins to ensure a double-opt-in system where users actively agree to the disclaimer, privacy policy, etc. This is through the use of the plugin &quot;Register Plus&quot;.

It is very easy to use a bit of php-code in your template files, to use WordPress to process user-level, and provide individual user data to logged in users.

Just my suggestion, let me know if you need some help, should you choose to go that direction.

Thank you for visiting, and leaving a comment! :-)</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think there would be a security issue as such, obviously you need to secure your own login-system, but if you already do that, the data you send to WordPress should be fine.</p>
<p>You should also note that by maintaining a separate user-login system, you have two databases you need to keep synchronized, making sure to add, modify and delete users in both.</p>
<p>Although it is clearly your own business, I suggest to take a look at fully using WordPress as your userdatabase. I do that on linklaunder.com (which is not active at the moment, unfortunately), where I use a few plugins to ensure a double-opt-in system where users actively agree to the disclaimer, privacy policy, etc. This is through the use of the plugin &#8220;Register Plus&#8221;.</p>
<p>It is very easy to use a bit of php-code in your template files, to use WordPress to process user-level, and provide individual user data to logged in users.</p>
<p>Just my suggestion, let me know if you need some help, should you choose to go that direction.</p>
<p>Thank you for visiting, and leaving a comment! <img src='http://mywordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patricia Jocobi</title>
		<link>http://mywordpress.com/autologin-wordpress-php-script/#comment-551</link>
		<dc:creator>Patricia Jocobi</dc:creator>
		<pubDate>Fri, 23 Oct 2009 01:36:59 +0000</pubDate>
		<guid isPermaLink="false">http://mywordpress.com/?p=414#comment-551</guid>
		<description>This is great, just what I was looking for, Thanks a lot!

I will use it to integrate a blog using Wordpress to my site, I&#039;ve already have a user login authentication, and don&#039;t to use wordpress login

I&#039;m populating my site users table to wp_user table

Do you think I would have a security issue if I use it for this purpose?</description>
		<content:encoded><![CDATA[<p>This is great, just what I was looking for, Thanks a lot!</p>
<p>I will use it to integrate a blog using Wordpress to my site, I&#8217;ve already have a user login authentication, and don&#8217;t to use wordpress login</p>
<p>I&#8217;m populating my site users table to wp_user table</p>
<p>Do you think I would have a security issue if I use it for this purpose?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: myWordPress</title>
		<link>http://mywordpress.com/autologin-wordpress-php-script/#comment-250</link>
		<dc:creator>myWordPress</dc:creator>
		<pubDate>Tue, 30 Jun 2009 15:29:44 +0000</pubDate>
		<guid isPermaLink="false">http://mywordpress.com/?p=414#comment-250</guid>
		<description>You are welcome, glad you like it and commented. Comments like this motivate me to continue distributing tips and tricks when I encounter them. 

Best of luck with the code, glad it helped :-)</description>
		<content:encoded><![CDATA[<p>You are welcome, glad you like it and commented. Comments like this motivate me to continue distributing tips and tricks when I encounter them. </p>
<p>Best of luck with the code, glad it helped <img src='http://mywordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: searbe</title>
		<link>http://mywordpress.com/autologin-wordpress-php-script/#comment-249</link>
		<dc:creator>searbe</dc:creator>
		<pubDate>Tue, 30 Jun 2009 11:56:58 +0000</pubDate>
		<guid isPermaLink="false">http://mywordpress.com/?p=414#comment-249</guid>
		<description>Fantastic :) Needed this so users can be logged in after an ajax-based registration. Thanks for taking the time to post it</description>
		<content:encoded><![CDATA[<p>Fantastic <img src='http://mywordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Needed this so users can be logged in after an ajax-based registration. Thanks for taking the time to post it</p>
]]></content:encoded>
	</item>
</channel>
</rss>
