<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Peter&#039;s Useful Crap - Topic: If login fails to redirect to a different page</title>
	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/if-login-fails-to-redirect-to-a-different-page</link>
	<description><![CDATA[Useful tips on Canada, cell phones, banking, technology, WordPress, PHP and more]]></description>
	<generator>Simple:Press Version 5.5.1</generator>
	<atom:link href="http://www.theblog.ca/peter-forum/peters-login-redirect/if-login-fails-to-redirect-to-a-different-page/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Peter on If login fails to redirect to a different page</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/if-login-fails-to-redirect-to-a-different-page#p1946</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/if-login-fails-to-redirect-to-a-different-page#p1946</guid>
        	        	<description><![CDATA[<p>You'll have to search wp-login.php and possibly the supporting class and function files to get the complete list of error codes.</p>
<p>User-specific redirect rules take precedence in my plugin, so you can just add one for the admin user.</p>
]]></description>
        	        	<pubDate>Tue, 01 Jun 2010 20:47:14 +0000</pubDate>
        </item>
        <item>
        	<title>David J. on If login fails to redirect to a different page</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/if-login-fails-to-redirect-to-a-different-page#p1944</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/if-login-fails-to-redirect-to-a-different-page#p1944</guid>
        	        	<description><![CDATA[<p>Peter,<br />
Thanks. That worked.</p>
<p>Now where do find the list of error messages. For example if the field is blank it goes back to the wordpress login page the password field is empty. I want to completely replace the standard s wordpress login form with mine.</p>
<p>2nd question: I have all subscribers redriected to the blog with your plugin. How do I get the admin user to redirect to the admin web panel with your plugin.</p>
<p>Thank-you<br />
David J.</p>
]]></description>
        	        	<pubDate>Tue, 01 Jun 2010 18:36:07 +0000</pubDate>
        </item>
        <item>
        	<title>Peter on If login fails to redirect to a different page</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/if-login-fails-to-redirect-to-a-different-page#p1937</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/if-login-fails-to-redirect-to-a-different-page#p1937</guid>
        	        	<description><![CDATA[<p>You could actually test for an error in the redirect_wrapper function of my plugin and then redirect the user accordingly.</p>
<p>Code would be something like:</p>
<p><input type="button" class="sfcodeselect" name="sfselectit8743" value="Select Code" onclick="spjSelectCode('sfcode8743');" /></p>
<div class="sfcode" id="sfcode8743">if( isset( $user-&#62;errors['incorrect_password'] ) )<br />
{<br />
    wp_redirect( './wherever-you-want-to-redirect' );<br />
}</div>
]]></description>
        	        	<pubDate>Fri, 28 May 2010 22:43:34 +0000</pubDate>
        </item>
        <item>
        	<title>David J. on If login fails to redirect to a different page</title>
        	<link>http://www.theblog.ca/peter-forum/peters-login-redirect/if-login-fails-to-redirect-to-a-different-page#p1936</link>
        	<category>Peter's Login Redirect</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-login-redirect/if-login-fails-to-redirect-to-a-different-page#p1936</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>Hi,</p>
<p>I'm building a paypal subscriber app to subscribe to a wordpress blog. It creates the registration in the wordpress data tables.</p>
<p>The redirect works great if the user logs in correctly.</p>
<p>However if the user logs incorrectly I'd like the user to be redirected to a custom page<br />
from my app.</p>
<p>Is that possible with this plug-in</p>
<p>Thanks in advance<br />
David J.<br />
Bytes Interactive</p>
]]></description>
        	        	<pubDate>Fri, 28 May 2010 14:36:55 +0000</pubDate>
        </item>
</channel>
</rss>