Change error message on login when user is blocked

2
Hi all, Where can I change the error message when a blocked user is trying to login? It seems that when a user is blocked the loging is being handled as a type: "User name/password incorrect". Thanks!
asked
3 answers
7

That is done by intent, brute force hackers will get no clue that a user name is correct.

answered
0

It's intended by Mendix, but it's possible to change the default system text values @ Project -> System Texts. We did that in of our projects.

answered
0

You can't change that specific error message but you 'could' change the generic sign-in failed messages from the System Texts section under Project settings. I have not tested to see if it the block message gets its text from these settings - but I'm thinking it just uses the Item 'User name/password incorrect.'

answered