267
Views
2
Comments
inactive users login validations
Question

out systems Inactive users login validations:

i want to show proper validations message to end user like your account is inactive 

contact sys admin to active it.but i am getting in built validations message like invalid username and password.

how do i achieve this any one guide me.


my inactive user and this mobile application  

UserImage.jpg
Davide Résio

Hello Rajesh,


That is a default message shown to the user when the DoLogin action from the Login screen is executed.

When trying to login with wrong accont credentials, said action raises an exception that is handled in the Login screen as shown by the image bellow.

The message that you see is then set to the "feedback" by the "AllExceptions" handler. 

Basically in the Login client action you can change how this exception is treated.


Hope this helps.

Best regards,

Davide Résio

2020-02-28 09-46-54
Eduardo Jauch

Rajesh, 

Is your question solved? 

Cheers

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.