Deskripsyon
As an administrator of a WordPress site with many users, it is often useful to login to a user’s account to troubleshoot something. Asking for their password is tacky and having to reset it is amateurish. Thankfully, you don’t have to do either when you’re armed with this plugin. You can login to the site with any user’s account by providing admin username followed by a “+” followed by their username and your administrative password. All other user authentication is passed on to WordPress core. Handy, huh?
To login as user joeblow you’d provide:
Username = admin+joeblow
Password = [the admin's password]
New In This Version
- WordPress 2.9 compatibility
Contributors
Pag-install
- Upload wp-skeleton-key/ directory to the wp-content/plugins directory.
- Activate ‘Skeleton Key’ through the ‘Plugins’ menu in WordPress.
- Login as any user with admin+user login and the administrator’s password!
FAQ
Mga Review
Wala pang reviews para sa plugin na ito.
Mga Contributor at Developer
Ang “Skeleton Key” ay open source software. Ang mga sumusunod na tao ay nag-ambag sa plugin na ito.
Mga ContributorIsalin ang “Skeleton Key” sa iyong wika.
Interesado sa development?
Tingnan ang code, i-check ang SVN repository, o mag-subscribe sa development log sa pamamagitan ng RSS.
Changelog
1.1.1
- WordPress 2.9 compatibility
1.1
- Require admin+user to authenticate now. Secret-handshake-stylee.
1.0.1
- Optimized queries to make only one call to the database to retrieve and test admin logins
- Fixed links in Readme.txt file so closing parenthesis was not appended to the URL
1.0
- Initial release