Hi
We're running 07.03.03, and have imported the users from another site using Bulk User Manager. The password format is set to Encrypted. The import appears to have worked correctly as users are able to log in and use the site normally, however the reset password function does not work. It returns an error "There was an error setting the password. The password has not been changed". IN experimenting to find out more, I set a test user account to clear text via the database. When I tried to update the password using the ui, I received the error message. On checking the membership table, I noticed that the password was encrypted (as I would expect) but the password format had not been updated - it is still set to ClearText - I would have expected that if the site is set to Encrypted passwords, then either upon a password update the password format would also be set to encrypted or the password itself would not be encrypted.
There is nothing in the event log to help identify the issue. Obviously we need a solution to this as users need to update their passwords and the only current alternative is for me to edit the database table directly (and set their password to clear text).
Anyone else come across this?