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 /changelog.d | |
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 'changelog.d')
-rw-r--r-- | changelog.d/7021.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7021.bugfix b/changelog.d/7021.bugfix new file mode 100644 index 0000000000..140fe37b2d --- /dev/null +++ b/changelog.d/7021.bugfix @@ -0,0 +1 @@ +Fix inconsistent handling of upper and lower case in email addresses when used as identifiers for login, etc. Contributed by @dklimpel. |