summary refs log tree commit diff
path: root/synapse/config/password_auth_providers.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Run Black. (#5482)Amber Brown2019-06-201-10/+6
* Attempt to make default config more consistentRichard van der Hoff2019-02-191-14/+14
* run isortAmber Brown2018-07-091-2/+2
* synapse/config/password_auth_providers: Fixed bracket typoRichard von Seck2017-11-161-2/+2
* Clean up backwards-compat hacks for ldapRichard van der Hoff2017-10-311-20/+19
* Factor out module loading to a separate placeDavid Baker2017-09-261-12/+10
* Use external ldap auth pacakgeErik Johnston2016-11-151-7/+13
* Don't assume providers raise ConfigError'sErik Johnston2016-11-081-2/+7
* Implement pluggable password authErik Johnston2016-10-031-0/+61