This plugin allows you to have another layer of security. Users must enter a pin in addition to their username and password combo.
Features / Benefits
* Extra security to the site
* Stop bots from logging in
* Removed 'Remember Me' checkbox so the user has to always enter a pin
* Login with username OR email address
* You can override the existing pin or add a new one by adding a constant in the wp-config.php
* Easy to use
Orbisius Pin Login
Price: $12.00 USD
Note: If, after the purchase, you don't get the download email go to Support > Download Purchased Product
You can buy this plugin or become a Premium Member and get access to all current and future plugins we release
at a low monthly/yearly cost. For more info check Plans page.
Add one or the other in the wp-config.php to change plugin's behavior.
This will totally override the PIN defined in the settings. The one in the settings won't work.
define('ORBISIUS_PIN_LOGIN_ OVERRIDE_PIN', 'NEW_PIN');
Use this to add an extra PIN i.e. in addition to the existing one
define('ORBISIUS_PIN_LOGIN_ EXTRA_PIN', 'NEW_PIN');