• sviluppomania

    (@sviluppomania)


    I installed the wp cerber plugin before version 5.2. to customize the login url, but before upgrading to WP 5.2. worked well.
    I also changed the url in the wp-login.php file from wp-login.php to / new-url /

    But since I updated to the new version of WordPress 5.2. when users try to recover the password, send the url via email, open the page, confirm the new password and an error appears:

    The password reset link does not appear valid. Request a new link below.

    I deactivated the plugin and returned the url with wp-login.php in the file and the url and the page correctly resets the password.

    ***********

    Ho installato il plugin wp cerber prima della versione 5.2. per personalizzare l’url di login, ma prima dell’aggiornamento a WP 5.2. funzionava bene.
    Cambiai anche gli url nel file wp-login.php da wp-login.php a /nuovo-url/

    Ma da quando ho aggiornato alla nuova versione di WordPress 5.2. quando gli utenti provano a recuperare la password, manda l’url tramite mail, apre la pagina, confermo la nuova password e compare un errore:

    Il link per il reset della password non appare valido. Richiedi un nuovo link qua sotto.

    Ho disattivato il plugin e rimesso gli url con wp-login.php nel file e l’url e la pagina resetta in modo corretto la password.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter sviluppomania

    (@sviluppomania)

    Here’s the steps I follow:

    • Receive email with username and password info
    • Click link in email
    • get error message ” Your password reset link appears to be invalid. Please request a new link below. (see screenshot above)
    • enter email address
    • receive password reset email
    • click link, get same error message again
    • URL:/?action=lostpassword&error=invalidkey

    Plugin Author gioni

    (@gioni)

    I’m confused with this:

    returned the url with wp-login.php in the file

    What exactly did you do? Did you edit the file? Please explain.

    Thread Starter sviluppomania

    (@sviluppomania)

    I basically had to change the wp-login.php url that was so composed wp-login.php ?? action = rp & key = xxxx with the new url generated by your plugin, like this: new-url /? Action = rp @ key = xxxx. Otherwise the e-mails did not arrive. But all this worked before Version 5.2. of WordPress. Now, no.

    Here’s the steps I follow:

    • Receive email with username and password info
    • Click link in email
    • get error message ” Your password reset link appears to be invalid. Please request a new link below. (see screenshot above)
    • enter email address
    • receive password reset email
    • click link, get same error message again
    • URL:/?action=lostpassword&error=invalidkey

    IMG: https://ibb.co/rkQBrsq

    Thread Starter sviluppomania

    (@sviluppomania)

    Thread Starter sviluppomania

    (@sviluppomania)

    @gioni
    You have a BUG in the wp cerber plugin, precisely in setting the custom URL.
    Generates the previously mentioned error, starts password reset but upon confirmation from error (as per the screenshot attached previously).

    Plugin Author gioni

    (@gioni)

    I basically had to change the wp-login.php url that was so composed wp-login.php ?? action = rp & key = xxxx with the new url generated by your plugin, like this: new-url /? Action = rp @ key = xxxx. Otherwise the e-mails did not arrive.

    What does it mean? Did you change the URL programmatically? How did you get all the things above?

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Reset page does not reset the password’ is closed to new replies.