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

(WIP) fix password change history in plone 5 #24

Closed djay closed 3 years ago

djay commented 6 years ago

see https://github.com/collective/Products.LoginLockout/issues/23

djay commented 6 years ago

Currently failing as plone doesn't actually send the right event when the pw is changed - https://github.com/plone/Products.PlonePAS/issues/33

ericof commented 4 years ago

@djay I'm currently working on https://github.com/plone/Products.PlonePAS/pull/54, do you want to take a look if that fixes this PR?

djay commented 4 years ago

@ericof I probably need to alter the code to only use the events for 5.2 onwards and leave the overrides in otherwise. When I get time.