Message wrong password when in fact maximum concurrent users exceeded

0
In our app we have a maximum of 10 concurrent users. When this maximum has been reached the next person who tries to log in gets the error "wrong password". How can this be changed in a message saying that the maximum number of users allowed to log in has been reached?
asked
1 answers
2

You can change the default mendix messages @ project settings --> System Texts.

answered