Support case insensitive emails on login
Refs https://gitlab.com/arkindex/requests/-/issues/587
A user that inputs an email with upper case should be automatically using lowercase (in serializer validation/clean)
Basically xxx@teklia.com
is the same as xXx@Teklia.com
(even though it's not true per-spec)