collective / Products.LoginLockout

Prevents endless login attempts in Plone, making it more secure.
https://pypi.python.org/pypi/Products.LoginLockout
2 stars 7 forks source link

a successful password reset should reset lockout due to too many password attempts #35

Open djay opened 4 years ago

djay commented 4 years ago

Since there is no message sent when a user is locked out the user often will try to reset their password. It seems fair that a successful reset will result in unlocking since the email has been verified.