change password for user role

0
Hello everyone,   i want to implement the change password functionality in my project i have checked  with default 'change password' one but i didnt understand exactly where i need to use it,  shall i take a new 'microflow' or is there any other way as it is passing 'Account' as parameters. i am using loginform widget for user role to login, if user want to reset his password he should able to change it by clicking on 'button' how can i achieve will anyone  let me know.   Thanks  Pavan
asked
1 answers
0

Hi Pavan,

change password functionality can be used when the user is already logged in. Can be found in "Project -> App Store modules -> Administration -> User Management".

When a user wants to login in the application, but has forgotten his/her password, you can implement the "forgot password module" , found in the appstore. https://appstore.home.mendix.com/link/app/1296/

answered