<?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="/tag/users/feed" rel="self" type="application/rss+xml" />
	<link>https://lud.icro.us</link>
	<description></description>
	<lastBuildDate>Thu, 25 Apr 2013 01:15:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6-beta1-23983</generator>
		<item>
		<title>WordPress Plugin: User Switching</title>
		<link>https://lud.icro.us/wordpress-plugin-user-switching</link>
		<comments>https://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">https://lud.icro.us/?p=96</guid>
		<description><![CDATA[Latest version: - 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. Done! 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). [...]]]></description>
				<content:encoded><![CDATA[<span class="read_later"><script type="text/javascript"><!--
			instapaper_embed( "https://lud.icro.us/wordpress-plugin-user-switching", "WordPress Plugin: User Switching", "" );
		//--></script></span><div class="notice"><strong>Latest version: 0.7.1</strong>- Released February 26th, 2013:<ul>
<li>Arabic translation by Hassan Hisham.</li>
<li>Minor code tweaks.</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 sites who need to switch between multiple accounts.</p>

<h4>Features</h4>

<ul>
<li>Switch users: Instantly switch to any user account from the <em>Users</em> 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 <em>Security</em> section below).</li>
<li>Compatible with WordPress, WordPress Multisite and BuddyPress.</li>
</ul>

<h4>Security</h4>

<ul>
<li>Only users with the ability to edit other users can switch user accounts (by default this is only Administrators). Lower level users cannot switch 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>

<h4>Translations Included</h4>

<ul>
<li>Chinese Simplified by Tunghsiao Liu (Sparanoid)</li>
<li>German by Ralph Stenzel</li>
<li>Farsi (Persian) by Amin Ab</li>
<li>Slovak by Max Samael</li>
<li>Polish by Bartosz Arendt</li>
<li>Lithuanian by Tommixoft</li>
<li>Arabic by Hassan Hisham</li>
</ul>
<h3>Screenshots</h3>
<ol>
	<li>
		<img class='screenshot' src='http://s-plugins.wordpress.org/user-switching/assets/screenshot-1.png?rev=673675' alt='user-switching screenshot 1' />
		<p>The <em>Switch To</em> link on the Users screen</p>
	</li>
	<li>
		<img class='screenshot' src='http://s-plugins.wordpress.org/user-switching/assets/screenshot-2.png?rev=673675' alt='user-switching screenshot 2' />
		<p>The <em>Switch To</em> link on a user's profile</p>
	</li>
</ol>
<h3>Installation</h3>
<p>You can install this plugin directly from your WordPress dashboard:</p>

<ol>
<li>Go to the <em>Plugins</em> menu and click <em>Add New</em>.</li>
<li>Search for <em>User Switching</em>.</li>
<li>Click <em>Install Now</em> next to the User Switching plugin.</li>
<li>Activate the plugin.</li>
</ol>

<p>Alternatively, see the guide to <a href="http://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation">Manually Installing Plugins</a>.</p>

<h4>Usage</h4>

<p>Visit the <em>Users</em> menu in WordPress and you'll see a <em>Switch To</em> link next to each user. Clicking this will immediately switch you into that user account. Once switched, you can switch back to your originating account via the <em>Switch back</em> link on each dashboard screen and in your profile menu in the WordPress toolbar.</p>

<p>See the FAQ for information about the <em>Switch Off</em> feature.</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> Done!</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 user ID in an authorisation cookie so you can switch straight back without having to log in again manually. It's akin to switching to no user, and being able to switch back.</p>

<p>The <em>Switch Off</em> link can be found in your profile menu in the WordPress toolbar. Once you've switched off you'll see a <em>Switch back</em> 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 screen 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 work as a mu-plugin?</h4>

<p>Yes, but you'll need to install <code>user-switching.php</code> into the root of your <code>mu-plugins</code> directory, not in the <code>user-switching</code> subdirectory. This is a restriction of WordPress.</p>

<h4>What capability does a user need in order to switch accounts?</h4>

<p>A user needs the <code>edit_users</code> capability in order to switch user accounts. By default only Administrators have this capability, and with Multisite enabled only Super Admins have this capability.</p>

<h4>Can regular admins on Multisite installs switch accounts?</h4>

<p>No. This can be enabled though by installing the <a href="https://github.com/johnbillion/user-switching-for-regular-admins">User Switching for Regular Admins</a> plugin.</p>

<h4>Are any hooks called when users switch accounts?</h4>

<p>Yes. When a user switches to another account, the <code>switch_to_user</code> hook is called with the new and old user IDs passed as parameters.</p>

<p>When a user switches back to their original account, the <code>switch_back_user</code> hook is called with the new (original) and old user IDs passed as parameters.</p>

<p>When a user switches off, the <code>switch_off_user</code> hook is called with the old user ID as a parameter.</p>
<h3>Download</h3>
<p class="notice">This plugin requires WordPress version 3.1 or later.</p>
<p><a href="http://wordpress.org/extend/plugins/user-switching/">View the plugin on WordPress.org.</a></p>
<p class="download"><a href="http://downloads.wordpress.org/plugin/user-switching.zip">Version 0.7.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>https://lud.icro.us/wordpress-plugin-user-switching/feed</wfw:commentRss>
		<slash:comments>71</slash:comments>
		</item>
	</channel>
</rss>
