651
Views
10
Comments
Forget password in reactive web and Mobile application.

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.

2020-08-11 18-55-29
Amogh Mishra

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

UserImage.jpg
Malalai Habibullah

Amogh Mishra wrote:

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

 

 I want to reset the password for those users who forgot their password.

2026-02-26 06-29-24
Rahul
 
MVP

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.


Regards

Rahul

UpdatePassword.oml
UserImage.jpg
Malalai Habibullah

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.



2021-03-05 13-56-11
Ricardo Pereira
 
MVP

Hi, 


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

UserImage.jpg
Malalai Habibullah

Ricardo Pereira wrote:

Hi, 


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

 

 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.

2026-02-26 06-29-24
Rahul
 
MVP

Hi,

I have updated oml.

you need to link one screen for Forgot password and create you logic to update password.


Regards

Rahul

UpdatePassword.oml
UserImage.jpg
Malalai Habibullah

Rahul Sahu wrote:

Hi,

I have updated oml.

you need to link one screen for Forgot password and create you logic to update password.


Regards

Rahul

 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.

 

UserImage.jpg
edla mahendar

on click Forgot password?  not working

2026-02-26 06-29-24
Rahul
 
MVP

Hi,

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.


Regards

Rahul

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.