Mercurial > p > roundup > code
diff CHANGES.txt @ 5340:ed6153d3ee6a
Fix password reset
Fix issue2550963: After refactoring one-time keys from the main
database we need to commit the password change in the password reset
mechanism separately. This used to be committed by the otk commit.
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Wed, 27 Jun 2018 12:01:28 +0200 |
| parents | 5887b826faf4 |
| children | f3fce29eec78 |
line wrap: on
line diff
--- a/CHANGES.txt Sat Jun 23 22:16:18 2018 -0400 +++ b/CHANGES.txt Wed Jun 27 12:01:28 2018 +0200 @@ -516,6 +516,9 @@ whenever an email exceeding this limit is encountered. We "fix" this by monkey-patching poplib with a larger line-limit. Thanks to Heiko Stegmann for discovering this. +- Fix issue2550963: After refactoring one-time keys from the main + database we need to commit the password change in the password reset + mechanism separately. This used to be committed by the otk commit. 2016-01-11: 1.5.1
