summary refs log tree commit diff
path: root/synapse/config/password_auth_providers.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.