Can we add validation while login Id and password into app?

0
In my app we have grid which has id and password details save who will be login (Admin / User) into application. First page of app is login page in which person will provide  credentials whether he/she is admin or team member. So, I need to validate Id and password enter by person whether it is present in grid or not . If its present than only person should be able to login else error message will get display.   How can we add this logic ..plz guide.
asked
1 answers
3

Hi, 

After making sure your project’s security is set to production. You should be having a default login page from Mendix or if you want to build a customized login page you can use this Login Form Widget.

 

Hope this helps!

answered