Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.8.2
-
Fix Version/s: None
-
Component/s: Security
-
Labels:None
Description
Implement full support for Acegi's "account locked" exception condition. Lock out user accounts after a configurable number of failed login attempts. (Parameter value of 0 disables this feature.)
Requires implementation of custom version of Acegi's DaoAuthenticationProvider.
I have this code completed & tested under Struts. I will upload a patch once I test on SpringMVC also.
Activity
Matt Raible
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Priority | Critical [ 2 ] | Minor [ 4 ] |
If we do choose to implement this, we should do so with this feature turned off by default IMO. Even better, I think we should try to convince Acegi Security to implement this in its framework (rather than us writing custom code for it). It seems like the type of feature that Acegi users might like.