Forum Replies Created
-
AuthorPosts
-
Arwen
ParticipantThanks!! This is great. You guys are the best! Where is the donation link!?
Arwen
ParticipantCool. Thanks Clay for trying it out. I appreciate the support.
Also, I installed the Simple Membership reCaptcha Plugin and tried it again. That did not fix it.
Arwen
ParticipantYeah, I noticed two new versions since I posted my issue. Unfortunately, it is not fixed. I also confirmed that the page is not being refreshed twice or anything like that, which would probably cause the error to rightly show in that case. So, I am not sure. Any help would be appreciated. This must be affecting many other people since it is a pretty basic site with only a handful of common plugins be used.
Arwen
ParticipantLooks like this wordpress routine is not working in the context of this plugin. It makes me wonder if the password reset is secure?
https://developer.wordpress.org/reference/functions/check_password_reset_key/
Anyone have any ideas?
Arwen
ParticipantIn fact I narrowed it down to the code file below at line 8
/opt/bitnami/wordpress/wp-content/plugins/simple-membership/views
…
if ( is_wp_error( $is_valid_key ) ) {
$error_message = __(“Error! The password reset key is invalid. Please generate a new request.”, “simple-membership”);
//echo $is_valid_key->get_error_message();
echo ‘<div class=”swpm-pw-reset-key-invalid-error swpm-red-error-text”>’;
echo $error_message;
echo ‘</div>’;
return;
}Arwen
ParticipantI am having the same exact problem. Using the “Forgot Password” option with a reset link configured, this is what I get after changing the password…
Password Reset Successful. Please Log In
Error! The password reset key is invalid. Please generate a new request.The password reset worked, but this error message is presented anyway. Please advise.
-
AuthorPosts