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

Need better backdoor/failsafe when all admins are locked out #27

Open djay opened 6 years ago

djay commented 6 years ago

It's possible to lockout all admins either by locking the wrong IP address or entering the password wrong. There needs to be secure way to do fix the config or reset the users. For IP lockdown there is a 127.0.0.1 client IP failsafe but that is not very practical as it means the browser has to be open on the production server itself.