Membership Plugin

WordPress Membership Plugin

  • Home
  • Documentation
  • Addons
  • Support
    • Quick Setup
    • Documentation
    • Premium Addon Support
    • Paid Support
    • Support Forum
    • Support Forum Search
    • Forum Login
    • Forum Registration
  • Contact
You are here: Home

Clay W

  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • March 1, 2023 at 9:21 pm in reply to: Password Reset Message Using Link #25650
    Clay W
    Participant

    The issue was resolved by updating the file “reset_password_using_link.php” with the following code snippet beginning on line 8 of the file.
    Just note that if there is an update this plugin you will need to re-apply this change to the file again.
    if ( is_wp_error( $is_valid_key ) ) {

    //added this line to prevent the error msg below from showing after a successful pwd reset (yet still show other potential errors further below)
    if ( $_SERVER[‘REQUEST_METHOD’] == ‘POST’ && empty(get_transient(“swpm-passsword-reset-error”)) ) return;

    $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;
    }

    February 27, 2023 at 10:47 pm in reply to: Password Reset Message Using Link #25608
    Clay W
    Participant

    I was able to test further after updating from 4.2.6 to 4.2.9 but the issue is still persisting. Seems like whatever the checking function for a valid password reset isn’t working as intended still. Hopefully the team can track this issue down better than I can. If I am able to resolve myself I’ll be sure to update.

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
Next Page »

Please read this message before using our plugin.

Search

Featured Addons and Extensions

  • Membership Form Builder Addon
  • Member Directory Listing Addon
  • WooCommerce Payment Integration
  • Member Data Exporter Addon

Documentation

  • Documentation Index Page

Copyright © 2026 | Simple Membership Plugin | Privacy Policy