diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2020-07-03 15:03:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-03 14:03:13 +0100 |
commit | 21a212f8e50343e9b55944fa75ece7911fd2cb70 (patch) | |
tree | 01fa808e274bea9593cff5784a577f8e0f313430 /synapse/handlers | |
parent | Allow YAML config file to contain None (#7779) (diff) | |
download | synapse-21a212f8e50343e9b55944fa75ece7911fd2cb70.tar.xz |
Fix inconsistent handling of upper and lower cases of email addresses. (#7021)
fixes #7016
Diffstat (limited to 'synapse/handlers')
-rw-r--r-- | synapse/handlers/auth.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/synapse/handlers/auth.py b/synapse/handlers/auth.py |