We have moved to Github. Please open tickets there.

Opened 11 months ago

Last modified 11 months ago

#4666 new Enhancement

make get_user_by_email() case insensitive

Reported by: cash Owned by:
Priority: normal Milestone: Needs Review
Component: Core Version: 1.7
Severity: minor Keywords:
Cc: brett@… Difficulty:

Description

Also - should check if we are do this when checking if an email address has already been used.

Change History (1)

comment:1 Changed 11 months ago by cash

This is being in the database definition right now which we don't control. Basically, the user is picking the collation when creating the database and we just use whatever they pick. We do not explicitly set it when creating the tables. This means some sites have case sensitive matching on usernames and email addresses and some have case insensitive.

Note: See TracTickets for help on using tickets.