Is there any customize message instead of validation message on the login page?

0
I have created custom login page on mendix studio pro and using login authentication widgets and add a validation message. So ,how can I customize the validation message or how can i add different message other than this validation message.
asked
1 answers
1

Hi Sathish,

If you’ll trace the flow of the authentication widgets, you’ll find the microflow where data validation is done,

There you will find the error message, 

Either you can create the whole microflow, or you can change the message there also (Not a recommended way),

Let me know if you have any issues,

Hope it helps!!

answered