summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2014-04-23 16:08:02 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2014-04-23 16:15:49 -0300
commit48406e9fb4a789eb6b4f14b626332e89b53d7312 (patch)
treed806f647d6f0c438592d1213e5680911d3e7db08 /changes
parentf783150bd4afdb739c827a7bb2676ed6db6ba34e (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')
-rw-r--r--changes/bug-5540_change-password-does-not-work1
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.