Melapress
Forum Replies Created
-
Forum: Reviews
In reply to: [Melapress Login Security] Works wellHello @billhodgson
Thank you very much for posting a review about our plugin. We really appreciate it. Also, glad to read that you like the plugin. Should you have any feedback about the plugin, we are just an email away.
Thank you again and have a great day.
Hello jaromeh,
Thank you for trying our plugin.
“Require 2FA on password reset” means you can set up a policy so when a user requests a password reset, they are required to enter a one-time code they receive over email to reset the password.
However, this is a premium feature and it is not available in the free edition. It seems like this was listed under the list of free features – that is a mistake from our end, sorry for that. We have already fixed this.
To make up for this we’d be happy to give you a free license. Please email us at [email protected] so we can send you all the information.
Looking forward to hearing from you.
Hello Alek,
Glad to read the issue was solved. By the way, if you like the plugin, please do not forget to spare a minute to review the plugin and the support we provide. These reviews are really helpful.
Just in case other people are looking for a solution, one can add this filter and it will do the trick:
add_filter( 'two_factor_user_api_login_enable', function( $enable ) { // Allow API login when using an application password even with 2fa enabled. if ( did_action( 'application_password_did_authenticate' ) ) { return true; } return $enable; } );Thank you and have a great day.
Correct, once you change the security key then any user configuration etc needs to be reset.
You can remove all 2FA configuration for all the users using the bulk actions in WordPress. This is how you do it:
- Navigate to the users’ page in WordPress
- Select / tick the users of which you want to remove 2FA.
- From the Bulk actions drop down menu select Remove 2FA.
Does that help?