[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
This commit is contained in:
Calum Lind
2019-06-11 15:51:00 +01:00
parent 5d7db3e727
commit 632089940c
3 changed files with 38 additions and 1 deletions

View File

@ -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