Actions
Bug #3772
closedError when trying to reset ldap password
Start date:
01/22/2009
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3772
Description
When trying to reset the password in the nceas skin, the following is returned:
"failed to log in. Are you sure your old password is correct? Try again..."
Shaun traced this to line 423 of ldap web. going to add: debug("Attempting to login with $bindDN, $bindPass");
Updated by Michael Daigle almost 16 years ago
The dc was not being appended to the user name for password reset. Added it in the handleResetPassword method. Also changed the error message to be more generic since the message is generated from a method that is used by both change password and reset password functionality.
Actions