how to create login sign out page with validation

0
how to create microflow for login and registration logic
asked
1 answers
0

Not needed, as Mendix has this already build for you

  1. By turning on security, you will automatically get the default login.html with username/pw input and login button with login logic
  2. By turning on security and having Anonymous users enabled, you can create your own login page using the authentication widgets or the Login form page template.

 

 

answered