how to achieve log in functionality

0
I want to open a login page with username and password and a login button. and there is also a register page , so when user will click on register page , user can register and they will set there username , password, confirm password . once registration is done it will navigate to login page then on entering the correct  username and password entered at the time of registration, the home page will be open. on version 7.10.0 HOW TO ACHIEVE THIS?
asked
1 answers
1

Hi Bikram,

 

You can enable anonymous users in the Project security dialog box. I would create a new user role for anonymous users and set the anonymouse user role, to the new user role. 

Using a go home microflow or a role based home page in the navigation menu, you can build a page to your specifications. To log a user in, you can use this widget 

 

https://appstore.home.mendix.com/link/app/87/Mendix/Login-form

 

answered