Entry of Wrong Password

0
In our application we are using LoginSystem widget to login to the application. And if user enters wrong password for three times I want to set the user status as inactive in the application. I am trying to understand how to achieve this functionality, do we need to make changes in widget, or the microflow which gets invoked? I am not able to find the microflow which is getting invoked, could anyone please provide some light onto this?
asked
1 answers
0

Standard Mendix behaviour is that a user is blocked after three wrong passwords. Blocked is reset after 5 minutes.

If this is not enough you can use anonymous access and put an login form (see app store) on the default homepage.

answered