diff options
author | David Baker <dave@matrix.org> | 2015-08-04 14:37:09 +0100 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2015-08-04 14:37:09 +0100 |
commit | c77048e12f032842cebbb0f1a0639bb62db88418 (patch) | |
tree | 9f9f29aa34f422d081ccef3fa177dd4362a45adb /synapse/handlers | |
parent | Don't try & check the username if we don't have one (which we won't if it's b... (diff) | |
download | synapse-c77048e12f032842cebbb0f1a0639bb62db88418.tar.xz |
Add endpoint that proxies ID server request token and errors if the given email is in use on this Home Server.
Diffstat (limited to 'synapse/handlers')
-rw-r--r-- | synapse/handlers/identity.py | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/synapse/handlers/identity.py b/synapse/handlers/identity.py |