From 35560eb1d19cc14c6da825edccde87b8352a256f Mon Sep 17 00:00:00 2001 From: Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> Date: Tue, 2 Jun 2020 14:41:46 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- changelog.d/7021.bugfix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.d/7021.bugfix b/changelog.d/7021.bugfix index 708e09c3f946..140fe37b2d29 100644 --- a/changelog.d/7021.bugfix +++ b/changelog.d/7021.bugfix @@ -1 +1 @@ -Fix inconsistent handling of upper and lower cases of email addresses that is use only case folding (MSC2265). \ No newline at end of file +Fix inconsistent handling of upper and lower case in email addresses when used as identifiers for login, etc. Contributed by @dklimpel.