=== WP 2-Stage Login === Contributors: debobrata Tags: WP 2-Stage Login, Login, 2 Stage Authentication, WP Authentication Requires at least: 3.0 Tested up to: 3.5 Stable tag: 1.0 License: GPLv2 or later More security. Better authentication. == Description == WP 2 Stage Login adds more seurity to your wordpress site by adding an extra authentication for login. It will give the user an additional username/password for a generic login to have a better authentication system. Passwords are encrypted with SHA512 hash. Users can update their username/password anytime. Features in WP 2-Stage Login 1.0 include: * Adds an additional login before login into wp-admin. * Generic Login details can be changed by admin/user from their profile. * Password reset option. New passwords will be emailed to the user's registered email id. * 2-Stage Login turn on/off option from Generic Login Settings. Getting started: * Default credentials for admin (when activated) will be, Username: demo Password: demo * Other users will get an email with auto-generated username / password for 2stage login after plugin activation. * Password reset: New password will be sent to the user's registered email when resetting password for 2stage login. * Username / password can be updated from user profile page in wp-admin. == Installation == 1. Download the zip file. 2. Unpack the zip. 3. Upload the `2stage-login` directory to the `wp-content/plugins` directory on your WordPress installation. 4. Activate plugin. == Changelog == = 1.0 = * Added 2stage authentication.