diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-04-23 16:08:02 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-04-23 16:15:49 -0300 |
commit | 48406e9fb4a789eb6b4f14b626332e89b53d7312 (patch) | |
tree | d806f647d6f0c438592d1213e5680911d3e7db08 /changes/bug-5540_change-password-does-not-work | |
parent | f783150bd4afdb739c827a7bb2676ed6db6ba34e (diff) |
Get password change working again. Closes #5540.
- get the username from the login widget instead of the now not
available srp_auth.
- use lambda instead of partial to parametrize the error messages.
Diffstat (limited to 'changes/bug-5540_change-password-does-not-work')
-rw-r--r-- | changes/bug-5540_change-password-does-not-work | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug-5540_change-password-does-not-work b/changes/bug-5540_change-password-does-not-work new file mode 100644 index 00000000..ce62ba8c --- /dev/null +++ b/changes/bug-5540_change-password-does-not-work @@ -0,0 +1 @@ +- Change password doesn't work. Closes #5540. |