summary refs log tree commit diff
path: root/synapse/handlers/set_password.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release-v1.14.0' of github.com:matrix-org/synapse into dinsic-r...Andrew Morgan2020-06-101-4/+1
|\
| * Hash passwords earlier in the password reset process (#7538)Patrick Cloke2020-05-201-4/+1
* | Merge branch 'release-v1.13.0' of github.com:matrix-org/synapse into dinsic-r...Andrew Morgan2020-06-101-9/+5
|\|
| * Convert auth handler to async/await (#7261)Patrick Cloke2020-04-151-8/+5
| * Allow server admins to define and enforce a password policy (MSC2000). (#7118)Dirk Klimpel2020-03-261-0/+2
* | Add an option to the set password API to choose whether to logout other devic...Andrew Morgan2020-03-241-16/+25
|\|
| * Add an option to the set password API to choose whether to logout other devic...Patrick Cloke2020-03-181-16/+25
* | Added possibilty to disable local password authentication (#5092)Andrew Morgan2020-02-141-0/+3
|\|
| * Added possibilty to disable local password authentication (#5092)Daniel Hoffend2019-06-271-0/+3
| * Run Black. (#5482)Amber Brown2019-06-201-2/+3
* | Dinsic Blacking with black==18.6b2Andrew Morgan2020-02-111-2/+3
* | First implementation of MSC2000Brendan Abolivier2019-05-201-1/+5
|/
* run isortAmber Brown2018-07-091-0/+1
* Do bcrypt hashing in a background threadErik Johnston2018-01-101-1/+1
* Delete devices in various logout situationsRichard van der Hoff2017-11-291-0/+11
* Move set_password into its own handlerRichard van der Hoff2017-11-291-0/+45