summary refs log tree commit diff
path: root/synapse/handlers/set_password.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update license headersPatrick Cloke2023-11-211-10/+16
* Add a type hint for `get_device_handler()` and fix incorrect types. (#14055)Patrick Cloke2022-11-221-1/+5
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Remove the deprecated BaseHandler. (#11005)Patrick Cloke2021-10-081-4/+2
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Import HomeServer from the proper module. (#9665)Patrick Cloke2021-03-231-1/+1
* Consistently check whether a password may be set for a user. (#9636)Dirk Klimpel2021-03-181-1/+1
* Add type hints to various handlers. (#9223)Patrick Cloke2021-01-261-4/+6
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-1/+1
* Hash passwords earlier in the password reset process (#7538)Patrick Cloke2020-05-201-4/+1
* 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...Patrick Cloke2020-03-181-16/+25
* Added possibilty to disable local password authentication (#5092)Daniel Hoffend2019-06-271-0/+3
* Run Black. (#5482)Amber Brown2019-06-201-2/+3
* 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