• I get a duplicate step when trying to request my lost password.

    If I put in my username or email address, I get an email saying :

    Someone has asked to reset the password for the following site and username.

    http://www.mbacswp.com

    Username: xxx

    To reset your password visit the following address, otherwise just ignore this email and nothing will happen.
    http://xxx

    When I click the link to reset my password, it takes me back to a login page. I am immediately sent an email with the username and password.

    I am not given a chance to create a new password as the first emails states. And if that’s the case, can we just get rid of this first email and just get the second with the new password?

    http://wordpress.org/extend/plugins/register-plus-redux/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Geon,

    I had a similar issue whereas another plugin set the following parameter:
    add_action(‘password_reset’, array(&$this, ‘disable_function’));

    Check you plugins for this code, if you find it just uncomment it and you should be golden.

    Plugin Author radiok

    (@radiok)

    Geoff, did you ever resolve this issue? I don’t consider this to be a Redux issue but I’m curious if you found the actual problem.

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

The topic ‘[Plugin: Register Plus Redux] Lost Password’ is closed to new replies.