Tell users their account is currently blocked

0
Hi everyone, I would like the signInButton to tell the user if they are currently blocked instead of the normal error message that the username or password is wrong.   It would be enough to just say that the account currently is blocked and they can try again in a few minutes. Anyone know how to do this?   Thanks in advance!
asked
2 answers
1

The blocked feature is native to the Mendix platform. You could create an additional attribute, which you check upon login in in a custom microflow. If the boolean is true, you can return the desired message.

answered
0

Hi Joey 

we have used the custom login page still we are getting the account are blocked in the environments 

can help resolving thius

answered