diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-03-28 15:48:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-28 15:48:07 +0000 |
commit | 7a91b9d81c8ef84ce3aff785f9e2fc0a8268df1f (patch) | |
tree | 05a2b0e07dda8663ef0c37c31895a094aa7254a5 /synapse/handlers | |
parent | Merge pull request #4942 from matrix-org/erikj/fix_presence (diff) | |
download | synapse-7a91b9d81c8ef84ce3aff785f9e2fc0a8268df1f.tar.xz |
Allow password providers to bind emails (#4947)
This PR allows password provider modules to bind email addresses when a user is registering and is motivated by matrix-org/matrix-synapse-ldap3#58
Diffstat (limited to 'synapse/handlers')
-rw-r--r-- | synapse/handlers/register.py | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/synapse/handlers/register.py b/synapse/handlers/register.py |