summary refs log tree commit diff
path: root/tests/utils.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-27Fix/improve some docstrings in the replication code. (#4949)Richard van der Hoff3-7/+20
2019-03-26Support 3PID login in password providers (#4931)Andrew Morgan8-26/+137
Adds a new method, check_3pid_auth, which gives password providers the chance to allow authentication with third-party identifiers such as email or msisdn.
2019-03-27