Login Workflow

0
I'm trying to make a workflow for a login page. The user enters their username and their password, then clicks the login button. I need to create a workflow for the login button so that the button checks that the username and password entered matches with the username and password stored in the domain model. How can I go about doing this?
asked
1 answers
5

Hi Rachid,

I would recommend to not implement password storage/comparison on your own and rely on Mendix security expertise for that part of the application. IOP you should use the login.html page that comes by default in your mendix project, you can style it to your liking.
If you need more customization and really want to have a mendix page to serve as a login page then take a look at https://appstore.home.mendix.com/link/app/87/Mendix/Login-form

-Andrej

answered