<?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: Fast and Easy Custom WordPress New User Registration</title>
	<atom:link href="http://www.askapache.com/wordpress/register-user-registration-form.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/wordpress/register-user-registration-form.html</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Tue, 18 Jun 2013 10:04:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: AndyRichter</title>
		<link>http://www.askapache.com/wordpress/register-user-registration-form.html#comment-1725</link>
		<dc:creator>AndyRichter</dc:creator>
		<pubDate>Sun, 25 Mar 2012 22:33:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1009#comment-1725</guid>
		<description><![CDATA[&lt;p&gt;&lt;strong&gt;Hi there, You are the man,&lt;/strong&gt; &lt;br /&gt;&lt;br /&gt;We were searching for this everywhere, they all want to increase security.&lt;br /&gt;We read so much security blah blah on our way to find this site.&lt;br /&gt;Ha ha ha.&lt;br /&gt;We have nothing to lose on our website.&lt;br /&gt;We need users to be  logged in easy.&lt;br /&gt;Without email.&lt;br /&gt;Just for fun.&lt;br /&gt;Easy password.&lt;br /&gt;( Our website has  a game running  , user just needs a name to get credits)&lt;br /&gt;Nobody wants to create an email account ( or give his actual account).&lt;br /&gt;That turns 99% of our users off.&lt;br /&gt;We need these 99% users.&lt;br /&gt;You are our man.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Now the question:&lt;br /&gt;&lt;br /&gt;Where do we put Your magic code?&lt;br /&gt;What do we have to do to run this?&lt;br /&gt;(We use wordpress since 5 days)&lt;/p&gt;]]></description>
		<content:encoded><![CDATA[<p><strong>Hi there, You are the man,</strong> </p>
<p>We were searching for this everywhere, they all want to increase security.<br />We read so much security blah blah on our way to find this site.<br />Ha ha ha.<br />We have nothing to lose on our website.<br />We need users to be  logged in easy.<br />Without email.<br />Just for fun.<br />Easy password.<br />( Our website has  a game running  , user just needs a name to get credits)<br />Nobody wants to create an email account ( or give his actual account).<br />That turns 99% of our users off.<br />We need these 99% users.<br />You are our man.</p>
<p>Now the question:</p>
<p>Where do we put Your magic code?<br />What do we have to do to run this?<br />(We use wordpress since 5 days)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Bodetti</title>
		<link>http://www.askapache.com/wordpress/register-user-registration-form.html#comment-1724</link>
		<dc:creator>Thomas Bodetti</dc:creator>
		<pubDate>Tue, 14 Feb 2012 14:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1009#comment-1724</guid>
		<description><![CDATA[Ok, I can see how it might be interesting but what about the bots, that seems like risky behavior, still its something that needs to be done, registering should be intuitive.]]></description>
		<content:encoded><![CDATA[<p>Ok, I can see how it might be interesting but what about the bots, that seems like risky behavior, still its something that needs to be done, registering should be intuitive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AskApache</title>
		<link>http://www.askapache.com/wordpress/register-user-registration-form.html#comment-1723</link>
		<dc:creator>AskApache</dc:creator>
		<pubDate>Thu, 15 Jul 2010 07:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1009#comment-1723</guid>
		<description><![CDATA[&lt;strong&gt;@ Agus&lt;/strong&gt;
Thanks for the code!]]></description>
		<content:encoded><![CDATA[<p><strong>@ Agus</strong><br />
Thanks for the code!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Agus Suhanto</title>
		<link>http://www.askapache.com/wordpress/register-user-registration-form.html#comment-1722</link>
		<dc:creator>Agus Suhanto</dc:creator>
		<pubDate>Thu, 15 Jul 2010 03:39:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1009#comment-1722</guid>
		<description><![CDATA[Hey, while I&#039;m working on it a little bit deeper, I found this function can replace some line of codes above (at least in WordPress 3, I haven&#039;t checked it in other versions):

&lt;pre&gt;wp_signon($credentials);&lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[<p>Hey, while I'm working on it a little bit deeper, I found this function can replace some line of codes above (at least in WordPress 3, I haven't checked it in other versions):</p>
<pre>wp_signon($credentials);</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Agus Suhanto</title>
		<link>http://www.askapache.com/wordpress/register-user-registration-form.html#comment-1721</link>
		<dc:creator>Agus Suhanto</dc:creator>
		<pubDate>Thu, 08 Jul 2010 06:16:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1009#comment-1721</guid>
		<description><![CDATA[Thanks, this is usefull for implementing custom register/login pages in WordPress. Currently I&#039;m creating a plugin that required those functionlities, glad I found it here.]]></description>
		<content:encoded><![CDATA[<p>Thanks, this is usefull for implementing custom register/login pages in WordPress. Currently I'm creating a plugin that required those functionlities, glad I found it here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J. Maideen</title>
		<link>http://www.askapache.com/wordpress/register-user-registration-form.html#comment-1720</link>
		<dc:creator>J. Maideen</dc:creator>
		<pubDate>Tue, 24 Jun 2008 20:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1009#comment-1720</guid>
		<description><![CDATA[How about if you can add some more features such as:

1) captcha before new user submit the registration

2) choose as drop down menu either as subscriber, contributor, author or editor

If previously we already set as (role manager plugin) default any new user as contributor, then, they already can instantly submit their articles/messages to the blogs.

What you think man :)?]]></description>
		<content:encoded><![CDATA[<p>How about if you can add some more features such as:</p>
<p>1) captcha before new user submit the registration</p>
<p>2) choose as drop down menu either as subscriber, contributor, author or editor</p>
<p>If previously we already set as (role manager plugin) default any new user as contributor, then, they already can instantly submit their articles/messages to the blogs.</p>
<p>What you think man :)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AskApache</title>
		<link>http://www.askapache.com/wordpress/register-user-registration-form.html#comment-1719</link>
		<dc:creator>AskApache</dc:creator>
		<pubDate>Mon, 02 Jun 2008 15:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1009#comment-1719</guid>
		<description><![CDATA[Yeah that is exactly one of the reasons I started hacking it.  I know WP has the functions to do that sure no problem, its just tough learning all these new functions.

I&#039;m sure its called wp_update_user or wp_insert_user or something like that.  Just look around in the source code a bit.]]></description>
		<content:encoded><![CDATA[<p>Yeah that is exactly one of the reasons I started hacking it.  I know WP has the functions to do that sure no problem, its just tough learning all these new functions.</p>
<p>I'm sure its called wp_update_user or wp_insert_user or something like that.  Just look around in the source code a bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eystein</title>
		<link>http://www.askapache.com/wordpress/register-user-registration-form.html#comment-1718</link>
		<dc:creator>Eystein</dc:creator>
		<pubDate>Mon, 02 Jun 2008 12:54:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1009#comment-1718</guid>
		<description><![CDATA[Can this be used to let allready logged in users change their password without entering the wp-admin area? I&#039;m trying to use the wordpress functionality, with my own front-end design, to display only the change password form. I&#039;m not getting very far with my own copy-pasting :S]]></description>
		<content:encoded><![CDATA[<p>Can this be used to let allready logged in users change their password without entering the wp-admin area? I'm trying to use the wordpress functionality, with my own front-end design, to display only the change password form. I'm not getting very far with my own copy-pasting :S</p>
]]></content:encoded>
	</item>
</channel>
</rss>
