I want to know how can I reset the password using forget password option in Mobile app and reactive application. I am new here kindly explain in details, please.
Hi Malalai,
You can not retrieve User password in Outsystem because of security you can only validate this password.
You can direct reset password from Users application
like
https://yourenvName/users
Regards
Amogh
Amogh Mishra wrote:
I want to reset the password for those users who forgot their password.
Hi,
as Amogh said you can find user in this application and reset password.
Also you can create a your application to where user can update thier password as well.
Find oml that will help you.
Rahul
I want if the app user for get his password then he should rest his own password from here when I saw the logic of the forget password it is an empty is there any other option to used this forget password button to rest the password via email of phone number.
Did you already saw the code from Rahul OML? Probably you can reuse his code and just adapt to your use case.
Best regards,
Ricardo M Pereira
Ricardo Pereira wrote:
Yes I saw he explain is very well but my question about the verification of the user who wants to reset his password we should verify him ether he is the same person or no through his email or phone number.
I have updated oml.
you need to link one screen for Forgot password and create you logic to update password.
Rahul Sahu wrote:
When the user is requesting for rest password through forget password button. We have to verify that the by email or mobile number then we can reset his password.
on click Forgot password? not working
you can create one email functionality and take user input as email and check this email is exist or not and send content by mail.
and provide you forgot passeord screen link here with necessary inputs and here you can use same functionality to reset password.