• Resolved dleroux61

    (@dleroux61)


    Hi there,

    I am testing your plugin with your sample .csv file (email modified) and cannot get passwordreseturllink to work.

    In the Email sent to the new user (javier), the hyperlink is :
    https://test.avfantony.com/wp-login.php?action=rp&key=12345678901234567890&login=javier
    I changed the value of &key= for security reasons on this public forum.

    When clicking on the link I get a WP error page indicating that the key is not valid.
    The user can then fill in his id (javier) and resend a password reset email which does work this time.

    I am using WP 6.1 and tried to disable my iTheme plugin that could interfere with the passwords mechanism.

    Please provide an email where I could send the real value of ‘key=’

    Thanks for your help

    Mr. Dominique Le Roux

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Javier Carazo

    (@carazo)

    We use the standard function to generate this url:
    network_site_url( 'wp-login.php?action=rp&key=' . $key . '&login=' . rawurlencode( $user_login ), 'login' )

    So your problem is out of this plugin. Have you tried to deactivate all the plugins except of this and use a standard theme to check if this works?

    Thread Starter dleroux61

    (@dleroux61)

    Hi Javier,

    You were right, the problem lies in one of my plugins.
    But bad news, it’s the Woocommerce plugin !
    The key you generate is accepted when Woocommerce is disabled.

    I am using the latest version of Woocommerce (6.1.1)
    It seems that WC has its own lost password system. But I don’t understand why it creates a problem with the standard wp-login.php you use.

    I am probably not the only one using Woocommerce and your plugin. Could the problem be caused by a recent WC update ?

    Thanks again for your help.
    Dominique

    Plugin Author Javier Carazo

    (@carazo)

    @dleroux61,

    So we have to upgrade it to make it compatible.

    We are really busy so not sure when we will be able to make it, but we have in our to-do list.

    Thread Starter dleroux61

    (@dleroux61)

    Do you think it will be done within 2 months ?
    Our site will go live in April 2022…
    D.

    Plugin Author Javier Carazo

    (@carazo)

    This is free software, it means we work dozens of hours in making it a bit better every day but we are a business and we cannot spend all our time here.

    In two months it would be more than enough… but I cannot tell you absolutely sure.

    Plugin Author Javier Carazo

    (@carazo)

    I have tested it with WooCommerce and it works perfectly.

    It works with WooCommerce but it sends you to the standard WordPress login instead of the WooCommerce one.

    Anyway, I am going to improve it with WooCommerce.

    Plugin Author Javier Carazo

    (@carazo)

    I solved this long time ago!!

    Did you check it?

    **woocommercelostpasswordurl** = URL de contrase?a perdida de WooCommerce
    **woocommercepasswordreseturl** = URL de restablecimiento de la contrase?a de WooCommerce
    **woocommercepasswordreseturllink** = URL de restablecimiento de la contrase?a de WooCommerce con enlace HTML

    It appears in “Email options” tab.

    Thread Starter dleroux61

    (@dleroux61)

    Hi Javier,

    I confirm that it works if the ling is **woocommercepasswordreseturl** instead of **passwordreseturllink**

    Sorry to have bothered you, I should have looked at the bottom of your documentation where this is explained…

    Thanks again,

    Dominique

    Plugin Author Javier Carazo

    (@carazo)

    No worries. Thanks for using this plugin ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘The key in passwordreseturllink is invalid’ is closed to new replies.