summary refs log tree commit diff
path: root/tests/handlers/test_password_providers.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Port the Password Auth Providers module interface to the new generic interfac...Azrenbeth2021-10-131-26/+197
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-2/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-2/+1
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-5/+6
* Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-151-3/+3
* Fix startup failure with localdb_enabled: False (#8937)Richard van der Hoff2020-12-141-0/+23
* Create a `PasswordProvider` wrapper object (#8849)Richard van der Hoff2020-12-021-2/+3
* Support "identifier" dicts in UIA (#8848)Richard van der Hoff2020-12-011-10/+1
* Don't offer password login when it is disabled (#8835)Richard van der Hoff2020-12-011-3/+105
* Add some tests for `password_auth_providers` (#8819)Richard van der Hoff2020-12-011-0/+486