summary refs log tree commit diff
path: root/synapse/config/password.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added possibilty to disable local password authentication (#5092)Daniel Hoffend2019-06-271-0/+7
* 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)Richard van der Hoff2019-06-241-1/+1
* 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