A user of the web GUI wants to create a new password for his user account. The authentication methode is “IAM” and login verification is set to “Password” in IAM. Because we host the application on our IIS for multiple customers, we are the administrator of IAM for these customers.
I know I can set a new password in IAM myself, but I do not want to know the users password. So I want to let him change the password himself.
The settings “Allow change” in IAM is set to “True” and Expires is set to “Change after login”. The user is able to set a new password in the following form:
After changing the password, the following message appears:
So far so good. But when trying to login with the new password, I get an error:
But the user can login with his original password, so the change/update did not work!
Same problem when trying to reset the password via the option “Change password” in the blue tab.
The Application Pool user has owner rights on the database, so that should not be the problem.
Am I doing something wrong, or is this a bug?