Not working on generate-reset-link on user-edit.php page
-
I have recaptcha configured and working properly on all my website.
But when an admin needs to send a rest password link to a user, I get an recaptcha error. The recaptcha is not present on the page but it tries to validate anyways, preventing the admin to generate the email.
When I change the file wp-content/plugins/google-captcha/includes/forms.php on line 181, commenting the
add_action( 'allow_password_reset', 'gglcptch_lostpassword_check' );
The link generation works properly.How can I fix this? This is a plugin bug?
Can you guys help me with that?
Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Not working on generate-reset-link on user-edit.php page’ is closed to new replies.