Client lockout after 5 login attempts

Is there a way to lockout, for a certain amount of time, a user who has unsuccessfully tried to log in 5 times?

This seems like something that needs to be handled by the Servoy Server because we can’t control what the user does before they supply the correct username and password.

(Using Servoy security, requiring user to log in to solution, and using version 2.2.7)

Thanks.

In Servoy 3 you can use your own login procedure and check for that…

patrick:
In Servoy 3 you can use your own login procedure and check for that…

How about in 2.2.7?

Not possible, I would say.