Password reset problem
-
In the last version I’ve some problem with password manager.
If I lost the password TCP will not send me a new password.
in the modules
Lostpasswordpage.class.phpthere is this two line and the first one is commented
//$url = add_query_arg( ‘action’, ‘lostpassword’, $url );
$url = add_query_arg( ‘action’, ‘newpassword’, $url );if I change the comment and I comment the second line the system will work, but now I receive this problems:
– every time that i try to make a reset I receive 2 password
– If I do a correct login with the temporary password and enter in my account and I click on change password… this will not work.the website is norciaciok.it If you want to try.
- The topic ‘Password reset problem’ is closed to new replies.