Clear password automatically in Log In page

0
I am creating a login page and I would like the password to clear it automatically if the user enters it wrong. Is there any way to do this? The Mendix Studio version is 9.18.1
asked
1 answers
1

Hey Martina,

What you can do is, you can use a nanoflow on the  sign in button. as soon as the user enters sign in, check the password if it is correct, let him login and if it is incorrect, you can set the password text box as empty and show the user that the password is incorrect.

Hope it helps!

answered