summary refs log tree commit diff
path: root/synapse/config/password.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor HomeserverConfig so it can be typechecked (#6137)Andrew Morgan2020-02-261-0/+2
|\
| * Refactor HomeserverConfig so it can be typechecked (#6137)Amber Brown2019-10-101-0/+2
* | Added possibilty to disable local password authentication (#5092)Andrew Morgan2020-02-141-0/+7
|\|
| * Added possibilty to disable local password authentication (#5092)Daniel Hoffend2019-06-271-0/+7
* | Merge pull request #5523 from matrix-org/rav/arg_defaultsAndrew Morgan2020-02-141-1/+1
|\|
| * Don't load the generated config as the default.Richard van der Hoff2019-06-241-1/+1
* | Pass config_dir_path and data_dir_path into Config.read_config. (#5522)Andrew Morgan2020-02-131-1/+1
|\|
| * Pass config_dir_path and data_dir_path into Config.read_config. (#5522)Richard van der Hoff2019-06-241-1/+1
* | Improve documentation on generated configurationBrendan Abolivier2019-05-211-7/+27
* | First implementation of MSC2000Brendan Abolivier2019-05-201-1/+17
|/
* Comment out most options in the generated config. (#4863)Richard van der Hoff2019-03-191-5/+10
* Attempt to make default config more consistentRichard van der Hoff2019-02-191-0/+1
* Update password config commentKent Shikama2016-07-061-1/+1
* Remove default password pepper stringKent Shikama2016-07-051-2/+1
* Fix password configKent Shikama2016-07-051-1/+1
* Fix pep8Kent Shikama2016-07-051-1/+1
* Add comment to prompt changing of pepperKent Shikama2016-07-051-0/+1
* Add pepper to password hashingKent Shikama2016-07-051-1/+5
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Add config option to disable password loginErik Johnston2015-10-221-0/+32