Hi,

The login requirement for our Grails app is that after two failed login attempts, the user is prompted with a new question right below the fields asking if the user forgot the password.

I'm using Spring Security plugin, is it possible to code it?

Thanks for help and time.