How to enable the Password Reset service
Posted in Auth, password reset, service on September 5th, 2010 by aldaris – Comments OffWhat’s the password reset service exactly?
The password reset service let’s the user to change it’s own password, when the current one is forgotten/lost. First the user has to post his/her username, then he has to answer a pre-defined or user-defined question. If the answer was correct, then a mail will be sent to the user with the new password. It’s pretty easy, right?
So let’s see how could we configure this easily in a subrealm:
This will enable the password reset functionality. Let’s see how you can try this out:
Log in with a simple user and go to /openam/console There will be a new edit link for the password reset options, click on it Create a new question/answer and Save (don’t forget to check the checkbox in the first column!) now log out, and go to /openam/password?realm=/And that’s it.
Hopefully OPENAM-192 will be merged into trunk soon, which will allow you to use realm aliases instead of ugly GET parameters for realm identification.
