-
Jul 31st, 2012, 04:33 PM
#1
Complete newbie need help to disable user after failed login.
I have been working on a project using springframework version 2.0 and acegissecurity version 1.0.2. In the project I need to create a function to disable user after user input wrong password 3 times. I have read several document around the internet, but I did not find any tutorial that comment any method that override when user have fail login.
I have try to define applicationListener on accessDecisionManager and authenticationManager but it doesn't seem to work. How could I register the event and listener for fail login on xml file? And how would the event function get the user object? I'm completely new on the security stuff
Thanks!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules