<?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: WordPress Auto-Login for Friend/Ally Websites</title>
	<atom:link href="http://blogs.digitss.com/wordpress/wordpress-auto-login-for-friend-ally-websites/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.digitss.com/wordpress/wordpress-auto-login-for-friend-ally-websites/</link>
	<description>DiGiTSS Team&#039;s Programming experience with PHP, MySQL, Ajax, Javascript, jQuery, C# and Microsoft technologies</description>
	<lastBuildDate>Sun, 14 Aug 2011 04:51:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Tom</title>
		<link>http://blogs.digitss.com/wordpress/wordpress-auto-login-for-friend-ally-websites/comment-page-1/#comment-13673</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 04 Apr 2011 14:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.digitss.com/?p=353#comment-13673</guid>
		<description>Great plugin!  Is it possible to auto-login users from any subdomain on a primary domain?  I work with some sites that have several subdomains (dev.mysite.com, test.mysite.com, &lt;a href=&quot;http://www.mysite.com),&quot;&gt;www.mysite.com),&lt;/a&gt; and I&#039;d like all users coming from those sites to be logged in without having to add each site individually. </description>
		<content:encoded><![CDATA[<p>Great plugin!  Is it possible to auto-login users from any subdomain on a primary domain?  I work with some sites that have several subdomains (dev.mysite.com, test.mysite.com, <a href="http://www.mysite.com),"></a><a href="http://www.mysite.com">www.mysite.com</a>), and I&#039;d like all users coming from those sites to be logged in without having to add each site individually.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dharmavirsinh Jhala</title>
		<link>http://blogs.digitss.com/wordpress/wordpress-auto-login-for-friend-ally-websites/comment-page-1/#comment-13480</link>
		<dc:creator>Dharmavirsinh Jhala</dc:creator>
		<pubDate>Thu, 31 Mar 2011 17:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.digitss.com/?p=353#comment-13480</guid>
		<description>Hello Teena,
Please refer following reply on Wordpress support forum:
http://wordpress.org/support/topic/call-to-undefined-function-add_action
----------------------------------------------
I figured out what was causing the problem for me. I was trying to call add_action() from the main functions.php file in my WP root. Stopped giving me trouble when I moved the call to the functions.php file inside my current theme. 
----------------------------------------------

I hope this will help.!</description>
		<content:encoded><![CDATA[<p>Hello Teena,<br />
Please refer following reply on WordPress support forum:<br />
<a href="http://wordpress.org/support/topic/call-to-undefined-function-add_action">http://wordpress.org/support/topic/call-to-undefined-function-add_action</a><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
I figured out what was causing the problem for me. I was trying to call add_action() from the main functions.php file in my WP root. Stopped giving me trouble when I moved the call to the functions.php file inside my current theme.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>I hope this will help.!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: teena</title>
		<link>http://blogs.digitss.com/wordpress/wordpress-auto-login-for-friend-ally-websites/comment-page-1/#comment-13478</link>
		<dc:creator>teena</dc:creator>
		<pubDate>Thu, 31 Mar 2011 15:32:26 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.digitss.com/?p=353#comment-13478</guid>
		<description>I am using this plugin, but it is throwing a fatal error. Please let me know how can i resolve it. I tried adding the add_action() call in wp-includes/functions.php, nothing worked out. 
Fatal error: Call to undefined function add_action() in C:appsApacheApache2.2htdocswordpresswp-contentpluginsdg-auto-logindg-auto-login.php on line 64 </description>
		<content:encoded><![CDATA[<p>I am using this plugin, but it is throwing a fatal error. Please let me know how can i resolve it. I tried adding the add_action() call in wp-includes/functions.php, nothing worked out.<br />
Fatal error: Call to undefined function add_action() in C:appsApacheApache2.2htdocswordpresswp-contentpluginsdg-auto-logindg-auto-login.php on line 64</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dharmavirsinh Jhala</title>
		<link>http://blogs.digitss.com/wordpress/wordpress-auto-login-for-friend-ally-websites/comment-page-1/#comment-13434</link>
		<dc:creator>Dharmavirsinh Jhala</dc:creator>
		<pubDate>Thu, 24 Mar 2011 18:27:35 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.digitss.com/?p=353#comment-13434</guid>
		<description>Teena,
I guess for that we need to modify the code of this plugin. Now as you want it to be more dynamic instead of just &#039;guest&#039; user login, I can see there are 2 possible options:
A) You already have users database synced:
 Here you just need to pass username encrypted in query string or post data to your WP blog and there you need to tweak the Auto-Login plugin code to take values from post/query-string decode them and login the correct user.
B) You don&#039;t have users database synced:
 Here what you might want to do is pass encrypted username, credentials (role, password) in very secure (with decent encryption if https is not possible) and then in auto-login code you need to check that if the user already exists in the WP users table than you don&#039;t need to create and just have that user login else add record for that user in the wp-users table with provided credentials and have him/her login. It will be just one time next time it will find the user and it will be logged in.

I hope this works for you. It will require little/more modification to the code depending upon your requirement. Good luck.</description>
		<content:encoded><![CDATA[<p>Teena,<br />
I guess for that we need to modify the code of this plugin. Now as you want it to be more dynamic instead of just &#8216;guest&#8217; user login, I can see there are 2 possible options:<br />
A) You already have users database synced:<br />
 Here you just need to pass username encrypted in query string or post data to your WP blog and there you need to tweak the Auto-Login plugin code to take values from post/query-string decode them and login the correct user.<br />
B) You don&#8217;t have users database synced:<br />
 Here what you might want to do is pass encrypted username, credentials (role, password) in very secure (with decent encryption if https is not possible) and then in auto-login code you need to check that if the user already exists in the WP users table than you don&#8217;t need to create and just have that user login else add record for that user in the wp-users table with provided credentials and have him/her login. It will be just one time next time it will find the user and it will be logged in.</p>
<p>I hope this works for you. It will require little/more modification to the code depending upon your requirement. Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: teena</title>
		<link>http://blogs.digitss.com/wordpress/wordpress-auto-login-for-friend-ally-websites/comment-page-1/#comment-13427</link>
		<dc:creator>teena</dc:creator>
		<pubDate>Wed, 23 Mar 2011 20:59:01 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.digitss.com/?p=353#comment-13427</guid>
		<description>Hey I have a question with this plugin. Users need to auto login from any of the website (internal websites) to my blog. For example if there are 3 websites A,B,C which has access to my wordpress blog. Once the users logs in to those websites and access my blog url, if the user id matches with my blog they have to access the blog directly, orlese it needs to ask for login credentials. Instead of &#039;guests&#039; how can i specify it for all users. </description>
		<content:encoded><![CDATA[<p>Hey I have a question with this plugin. Users need to auto login from any of the website (internal websites) to my blog. For example if there are 3 websites A,B,C which has access to my wordpress blog. Once the users logs in to those websites and access my blog url, if the user id matches with my blog they have to access the blog directly, orlese it needs to ask for login credentials. Instead of &#039;guests&#039; how can i specify it for all users.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: teena</title>
		<link>http://blogs.digitss.com/wordpress/wordpress-auto-login-for-friend-ally-websites/comment-page-1/#comment-13426</link>
		<dc:creator>teena</dc:creator>
		<pubDate>Wed, 23 Mar 2011 20:48:05 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.digitss.com/?p=353#comment-13426</guid>
		<description>Hey I have a question with this plugin. Users need to auto login from any of the website (internal websites) to my blog. For example if there are 3 websites A,B,C which has access to my wordpress blog. Once the users logs in to those websites and access my blog url, if the user id matches with my blog they have to access the blog directly, orlese it needs to ask for login credentials. Instead of &#039;guests&#039; how can i specify it for all users.  
 
Appreciate if i get a solution ASAP 
   </description>
		<content:encoded><![CDATA[<p>Hey I have a question with this plugin. Users need to auto login from any of the website (internal websites) to my blog. For example if there are 3 websites A,B,C which has access to my wordpress blog. Once the users logs in to those websites and access my blog url, if the user id matches with my blog they have to access the blog directly, orlese it needs to ask for login credentials. Instead of &#039;guests&#039; how can i specify it for all users.  </p>
<p>Appreciate if i get a solution ASAP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dharmavirsinh Jhala</title>
		<link>http://blogs.digitss.com/wordpress/wordpress-auto-login-for-friend-ally-websites/comment-page-1/#comment-13065</link>
		<dc:creator>Dharmavirsinh Jhala</dc:creator>
		<pubDate>Tue, 28 Dec 2010 19:56:03 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.digitss.com/?p=353#comment-13065</guid>
		<description>Hi Richard, 
 
It&#039;s possible that you let your visitors login (auto-login) from specific page like &lt;a href=&quot;http://www.example.org/pages/auto-login-page/&quot;&gt;www.example.org/pages/auto-login-page/&lt;/a&gt; 
 
I am really sorry to reply you after really really long time. 
I have made some corrections and you can download latest again and let me know if you find any trouble during implementation. 
 
When you logout from guest login it will show you /wp-admin directory as it is the way Wordpress treats logout event, if you don&#039;t want that for specific user you may need to change that code in WP. </description>
		<content:encoded><![CDATA[<p>Hi Richard, </p>
<p>It&#039;s possible that you let your visitors login (auto-login) from specific page like <a href="http://www.example.org/pages/auto-login-page/">www.example.org/pages/auto-login-page/</a> </p>
<p>I am really sorry to reply you after really really long time.<br />
I have made some corrections and you can download latest again and let me know if you find any trouble during implementation. </p>
<p>When you logout from guest login it will show you /wp-admin directory as it is the way WordPress treats logout event, if you don&#039;t want that for specific user you may need to change that code in WP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://blogs.digitss.com/wordpress/wordpress-auto-login-for-friend-ally-websites/comment-page-1/#comment-13062</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Mon, 27 Dec 2010 17:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.digitss.com/?p=353#comment-13062</guid>
		<description>I have a client wanting to keep some information private on his website (login required to view certain content).  But they want to be able to send email newsletters out that provides access to that private content whether the recipient of the newsletter has credentials or not.  I thought maybe passing some sort of unique variable in the URLs embedded in the links in the newsletter might do the trick.   
But now I&#039;m wondering if this auto-login might be the right tool.  Can you tell me if I&#039;m on the right track?  Thanks! 
Jeff </description>
		<content:encoded><![CDATA[<p>I have a client wanting to keep some information private on his website (login required to view certain content).  But they want to be able to send email newsletters out that provides access to that private content whether the recipient of the newsletter has credentials or not.  I thought maybe passing some sort of unique variable in the URLs embedded in the links in the newsletter might do the trick.<br />
But now I&#039;m wondering if this auto-login might be the right tool.  Can you tell me if I&#039;m on the right track?  Thanks!<br />
Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dharmavirsinh Jhala</title>
		<link>http://blogs.digitss.com/wordpress/wordpress-auto-login-for-friend-ally-websites/comment-page-1/#comment-12074</link>
		<dc:creator>Dharmavirsinh Jhala</dc:creator>
		<pubDate>Mon, 20 Sep 2010 17:43:01 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.digitss.com/?p=353#comment-12074</guid>
		<description>Hi Fida,  
  
If you have tables with mapping between your website and wordpress blog then you can set values in session and when your user clicks on blog link you can extend WP-Auto-Login plugin to verify login username/password hash from session and then you can have that user into Wordpress with it&#039;s correct login credentials.  
  
Let me know if you need further help.!  
  
Good luck.  </description>
		<content:encoded><![CDATA[<p>Hi Fida,  </p>
<p>If you have tables with mapping between your website and wordpress blog then you can set values in session and when your user clicks on blog link you can extend WP-Auto-Login plugin to verify login username/password hash from session and then you can have that user into WordPress with it&#039;s correct login credentials.  </p>
<p>Let me know if you need further help.!  </p>
<p>Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fida</title>
		<link>http://blogs.digitss.com/wordpress/wordpress-auto-login-for-friend-ally-websites/comment-page-1/#comment-12073</link>
		<dc:creator>Fida</dc:creator>
		<pubDate>Mon, 20 Sep 2010 06:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.digitss.com/?p=353#comment-12073</guid>
		<description>HI 
 i have a site having registration of users and logging in using the email and password. 
I am stucked  because i am not able to know how a user looged in from the site needs to logged to WP too. 
Please let me know if there exists any plugin in which, when a users logged in from the site URL for Eg: &lt;a href=&quot;http://www.mydomain.com/login.php&quot;&gt;www.mydomain.com/login.php&lt;/a&gt; 
and logged in with his validate username and password, the word press blog also needs to be looged at the same time with the same password. There will be a tables for blogstoo where all the users have a record in the format of wp. 
 
Thanks in advance 
 
Fida </description>
		<content:encoded><![CDATA[<p>HI<br />
 i have a site having registration of users and logging in using the email and password.<br />
I am stucked  because i am not able to know how a user looged in from the site needs to logged to WP too.<br />
Please let me know if there exists any plugin in which, when a users logged in from the site URL for Eg: <a href="http://www.mydomain.com/login.php">www.mydomain.com/login.php</a><br />
and logged in with his validate username and password, the word press blog also needs to be looged at the same time with the same password. There will be a tables for blogstoo where all the users have a record in the format of wp. </p>
<p>Thanks in advance </p>
<p>Fida</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.323 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2011-08-19 03:17:49 -->

