summary refs log tree commit diff
path: root/synapse/config/password_auth_providers.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean up backwards-compat hacks for ldapRichard van der Hoff2017-10-311-20/+19
| | | | | | | try to make the backwards-compat flows follow the same code paths as the modern impl. This commit should be non-functional.
* Factor out module loading to a separate placeDavid Baker2017-09-261-12/+10
| | | | So it can be reused
* 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
Allows delegating the password auth to an external module. This also moves the LDAP auth to using this system, allowing it to be removed from the synapse tree entirely in the future.