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 /changelog.d | |
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 'changelog.d')
-rw-r--r-- | changelog.d/4947.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4947.feature b/changelog.d/4947.feature new file mode 100644 index 0000000000..b9d27b90f1 --- /dev/null +++ b/changelog.d/4947.feature @@ -0,0 +1 @@ +Add ability for password provider modules to bind email addresses to users upon registration. \ No newline at end of file |