Skip to:
We want to implement 'Forgot my Password' feature.
The suggested approach is:
Link on login dialog to 'Reset my Password'
Opens a dialog where you have to answer the security question in order to reset the password. Allow three tries, then cancel.
Make a new password, and flag it as expired, so they must choose a new one the next time they log in.
Send mail with temp password
User logs in with new password and gets dialog to choose a new password.
Implement Security Question
on change password, they can change set a new question and answer
Question is selected from a pre-set list of 5 questions maintained in the message table (because it can be translated).
https://bitbucket.org/idempiere/idempiere/changeset/d59a388
https://bitbucket.org/idempiere/idempiere/changeset/065194d5e1bdFix problems when login with email
Thanks a lot Elaine
https://bitbucket.org/idempiere/idempiere/changeset/785d08d9bcf7https://bitbucket.org/idempiere/idempiere/changeset/63a3a505d1b8https://bitbucket.org/idempiere/idempiere/changeset/71b0bba695a6https://bitbucket.org/idempiere/idempiere/changeset/048b05d02e91https://bitbucket.org/idempiere/idempiere/changeset/96501bb6371a
https://bitbucket.org/idempiere/idempiere/changeset/6c7533fd2bc8https://bitbucket.org/idempiere/idempiere/changeset/22f6a749c9e7
We want to implement 'Forgot my Password' feature.
The suggested approach is:
Link on login dialog to 'Reset my Password'
Opens a dialog where you have to answer the security question in order to reset the password. Allow three tries, then cancel.
Make a new password, and flag it as expired, so they must choose a new one the next time they log in.
Send mail with temp password
User logs in with new password and gets dialog to choose a new password.
Implement Security Question
on change password, they can change set a new question and answer
Question is selected from a pre-set list of 5 questions maintained in the message table (because it can be translated).