summary refs log tree commit diff
path: root/tests/handlers/test_register.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-07-02Add option to autobind user's email on registration (#51)Andrew Morgan1-1/+84
Adds an option, `bind_new_user_emails_to_sydent`, which uses Sydent's [internal bind api](https://github.com/matrix-org/sydent#internal-bind-and-unbind-api) to automatically bind email addresses of users immediately after they register. This is quite enterprise-specific, but could be generally useful to multiple organizations. This aims to solve the problem of requiring users to verify their email twice when using the functionality of an identity server in a corporate deployment - where both the homeserver and identity server are controlled. It does with while eliminati