stephenmcd / mezzanine

CMS framework for Django
http://mezzanine.jupo.org
BSD 2-Clause "Simplified" License
4.75k stars 1.64k forks source link

Accounts: For signup, login and password reset, username and password should be treated case insensitive #2067

Open molokov opened 8 months ago

molokov commented 8 months ago

Fixes #2066

My apologies that this branch contains other unrelated fixes, but some of these are required to run with the latest versions of Bleach/PIL and thus are part of my fork already.

molokov commented 8 months ago

Unfortunately the PR has a few commits (from my master) related to other tickets, but if you are able to cherry pick the most recent two to merge, that should be enough for this one!

4015354 and f10dc82