Skip to content

Commit

Permalink
Correctly fire events when user auto login after the password has bee…
Browse files Browse the repository at this point in the history
…n reset (#2994)

* Test if events fired after auto login have the correct principal

* At this point the user is not logged in yet, so we get it from the membership_tool.

* Update changelog

* Remove adapter registration for IUserLoggedInEvent

* Fix unregistering of adapter

* Deal with cases where username/email were not the userid
  • Loading branch information
ericof authored and jensens committed Sep 18, 2020
1 parent a118b75 commit 9bcdd87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions news/2993.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Correctly fire events when user autologin after the password has been reset.
[ericof]

0 comments on commit 9bcdd87

Please sign in to comment.