Does not work with Two Factor plugin
-
Plugin is not compatible with Two Factor plugin: https://www.ads-software.com/plugins/two-factor/ – it is very useful as it adds support for hardware devices to use as 2nd factor.
Problem is that after authenticating with 2nd factor user is redirected to
my-account/?action=validate_2fa
which is not processed in actions on line 23:if('wp-login.php' == $pagenow && (!isset($_GET['action']) || !in_array($_GET['action'], array("logout", "rp", "resetpass", "resetpassword", "enter_recovery_mode"))) && !isset($_REQUEST['interim-login'])) {
Do you think you would have chance to address this issue?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Does not work with Two Factor plugin’ is closed to new replies.