<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ludicrous &#187; users</title>
	<atom:link href="http://lud.icro.us/tag/users/feed/" rel="self" type="application/rss+xml" />
	<link>http://lud.icro.us</link>
	<description></description>
	<lastBuildDate>Thu, 10 Nov 2011 04:11:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress Plugin: User Switching</title>
		<link>http://lud.icro.us/wordpress-plugin-user-switching/</link>
		<comments>http://lud.icro.us/wordpress-plugin-user-switching/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 04:59:06 +0000</pubDate>
		<dc:creator>John Blackbourn</dc:creator>
				<category><![CDATA[default]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[users]]></category>
		<category><![CDATA[utility]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://lud.icro.us/?p=96</guid>
		<description><![CDATA[Latest version: &#8211; Released : Description Screenshots Installation Todo list A custom capability (eg. &#8216;switch_users&#8217;) which can be granted to lower level users so they can switch accounts. This most likely isn&#8217;t going to happen. Support for WordPress 2.5.x/2.6.x if the demand is there. This certainly isn&#8217;t going to happen. Some way of switching back [...]]]></description>
			<content:encoded><![CDATA[<div class="notice"><strong>Latest version: 0.5.1.1</strong> &#8211; Released December 21st, 2011:</p>
<ul style="margin-left:0px;font-size:1em">
<li>Chinese Simplified translation by Sparanoid.</li>
</ul>
</div>

<h3>Description</h3>
<p>This plugin allows you to quickly swap between user accounts in WordPress at the click of a button. You'll be instantly logged out and logged in as your desired user. This is handy for test environments where you regularly log out and in between different accounts, or for adminstrators of blogs with multiple accounts who need to switch between them.</p>

<h4>Features</h4>

<ul>
<li>Switch users: Instantly switch to any user from the Users screen.</li>
<li>Switch back: Instantly switch back to your originating account.</li>
<li>Switch off: Log out of your account but retain the ability to instantly switch back in again.</li>
<li>It's completely secure (see the "Security" section below).</li>
<li>Compatible with WordPress, WordPress Multisite, BuddyPress and WordPress MU.</li>
</ul>

<h4>Security</h4>

<ul>
<li>Only administrators can switch to another user. Lower level users cannot switch between accounts.</li>
<li>User switching is protected with the WordPress nonce security system, meaning only those who are allowed to switch users can switch.</li>
<li>Full support for administration over SSL (if applicable).</li>
<li>Passwords are not (and cannot be) revealed.</li>
</ul>

<p><em>Translations Included:</em></p>

<ul>
<li>Chinese Simplified by Tunghsiao Liu (Sparanoid)</li>
</ul>
<h3>Screenshots</h3>
<ol>
	<li>
		<img class='screenshot' src='http://s.wordpress.org/extend/plugins/user-switching/screenshot-1.png?r=500098' alt='user-switching screenshot 1' />
		<p>The 'Switch To' link on the Users screen</p>
	</li>
	<li>
		<img class='screenshot' src='http://s.wordpress.org/extend/plugins/user-switching/screenshot-2.png?r=500098' alt='user-switching screenshot 2' />
		<p>The 'Switch To' link on a user's profile</p>
	</li>
</ol>
<h3>Installation</h3>
<ol>
<li>Unzip the ZIP file and drop the folder straight into your 'wp-content/plugins' directory.</li>
<li>Activate the plugin through the 'Plugins' menu.</li>
<li>Visit the 'Users' menu and you'll see a 'Switch To' link right next to each user.</li>
</ol>

<p>If you're installing this as a mu-plugin then see the FAQ for slightly different instructions.</p>
<h3>Todo list</h3>
<ul>
<li><span style="text-decoration: line-through;">A custom capability (eg. &#8216;switch_users&#8217;) which can be granted to lower level users so they can switch accounts.</span> This most likely isn&#8217;t going to happen.</li>
<li><span style="text-decoration: line-through;">Support for WordPress 2.5.x/2.6.x if the demand is there.</span> This certainly isn&#8217;t going to happen.</li>
<li><span style="text-decoration: line-through;">Some way of switching back to the administrator account after switching to a lower level account (will require a cookie-based remembering system which doesn&#8217;t compromise security).<br />
</span> Done!</li>
<li><span style="text-decoration: line-through;">A persistent notification in the admin area reminding you that this is an account you switched to and not your account (also reliant on solution above).</span> Done!</li>
</ul>
<h3>FAQ</h3>
<h4>What does "Switch off" mean?</h4>

<p>Switching off logs you out of your account but retains your current user ID in a cookie so you can switch straight back (ie. log straight back in) without having to log in with your username and password. It's akin to switching to no user, and being able to switch back.</p>

<p>While you're logged in and you have the 'edit_users' capability, you'll see a 'Switch Off' link in your profile menu in the toolbar.</p>

<p>Once you've switched off you'll see a 'Switch back to {user}' link in the footer of your site.</p>

<h4>Does this plugin work with WordPress Multisite?</h4>

<p>Yes, and you'll also be able to switch users from the Users menu in Network Admin.</p>

<h4>Does this plugin work with BuddyPress?</h4>

<p>Yes, and you'll also be able to switch users from the Members screens.</p>

<h4>Does this plugin work with WordPress MU?</h4>

<p>Yes, but you should really update to Multisite.</p>

<h4>Does this work as a mu-plugin?</h4>

<p>Yes, but you'll need to install 'user-switching.php' into the root of your mu-plugins directory, not in the 'user-switching' subdirectory. This is a restriction of WordPress.</p>
<h3>Download</h3>
<p class="notice">This plugin requires WordPress version 2.7 or later, or WPMU version 2.7 or later.</p>
<p class="download"><a href="http://downloads.wordpress.org/plugin/user-switching.zip">Version 0.5.1.1 ZIP file</a> from downloads.wordpress.org</p>
<p>Any comments, questions, queries, suggestions, complaints, etc, please leave a comment!</p>
]]></content:encoded>
			<wfw:commentRss>http://lud.icro.us/wordpress-plugin-user-switching/feed/</wfw:commentRss>
		<slash:comments>44</slash:comments>
		</item>
	</channel>
</rss>

