Change Password Functionality

0
how can we add change the  password using existing loginid 
asked
2 answers
0

Hi Neha,

 

Have you checked this module/piece of documentation: https://docs.mendix.com/appstore/modules/forgot-password/

 

It might help you achieve what you are looking for.

answered
0

Hi Neha Makhija

 

step 1 : get user input  and after check user input login id with retrieve database login id like this 

image.png

 

Step 2 : check account already exist ? 

image.png

 

step 3 : if account is exist  after change password for login id 

image.png

answered