=== Plugin Name === Contributors: mariovalney Donate link: http://mariovalney.com/ Tags: users, developer, debug Requires at least: 3.1.0 Tested up to: 4.4 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Switch to another user account quickly. == Description == It's a plugin for developers. The intent is create a simple interface where the logged user can switch to another user account. This make tests and debug infos more fast (especially when you are working with different roles). For security we: * Only logged users can switch user accounts. You can activate the plugin and also show the website to friends and colleagues. * Passwords are not revealed (of course). * Uses the cookie authentication function 'wp_set_auth_cookie' to switch accounts. * Implements the nonce security system (of course). Obs: For now, the interface appears only in website, not in dashboard. == Installation == Through the panel: 1. Go to the Plugins menu and click Add New. 1. Search for Switch User. 1. Click 'Install Now' next to the Switch User plugin. 1. Activate the plugin. Uploading by yourself: 1. Upload the entire switch-user folder to the /wp-content/plugins/ directory or the .zip file in Plugins menu. 1. Activate the plugin. == Frequently Asked Questions == = How switch users? = The interface to switch users will appear fixed on right side of your website. = I can't find the interface! = Make sure your theme uses get_footer() function... = Can I use it in production (real) website? = NO! For secury reasons, of course... == Screenshots == 1. Interface Button 2. Interface Opened == Changelog == = 1.0 = * First version: you can switch through all users registered.