summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2019-06-11 15:51:00 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2019-06-11 20:14:11 +0100
commit632089940cb2a9ebdc66b1f443ab8905daee074d (patch)
tree79b9d8fe9aa1719148fbf2183dc8eab709626e23 /CHANGELOG.md
parent5d7db3e727d3f9b9ba42a5aaedf925fde6146c9d (diff)
downloaddeluge-632089940cb2a9ebdc66b1f443ab8905daee074d.tar.gz
deluge-632089940cb2a9ebdc66b1f443ab8905daee074d.tar.bz2
deluge-632089940cb2a9ebdc66b1f443ab8905daee074d.zip
[Web] Fix unable to change password
The hashlib update method requires bytes and raised a TypeError for salt passed as text. Added a test for auth change_password Fixes: #3262
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 12400dd90..d2ae328bb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@
- Fix TypeError in Peers Tab setting country flag.
- Fix reverse proxy header TypeError (#3260).
- Fix request.base 'idna' codec error (#3261).
+- Fix unable to change password (#3262).
### Documentation