[Acegisecurity-developer] account blocking?

2006-01-19 Thread Fernando.Matomira
Iit seems to me or there is no way to set up acegi with an account blocker that is called after a specified number of consecutive failed authentication (not authorization) attemps for the same username?

Re: [Acegisecurity-developer] account blocking?

2006-01-19 Thread Mark St.Godard
You can write and register a custom ApplicationListener, then check for theauthentication failure event... you can do something to update the failed logon attempts, then on subsequent logon attempts you will probably have to check the logon attempts count something like that. Acegi does not