ID and password validation in mendix

0
How we can validate ID and password validation for a login page created in mendix?
asked
3 answers
0

It is coming out of the box from the Marketplace Module, Administration. 

 

answered
0

Using the authentication widgets will provide all you need.

The logic to validate username and password is handled by mendix.

Just drop and drop the username and password authentication widgets and signin button on your page and you are set

answered
0

Hey, you can use Java action called: JVA_findMember from module auto-login . 

it will take 2 parameter . user name , password and return boolen falg 

 

 

answered