ConoscereLinux / asso-django

An open source Django Framework to manage Events, Member and basic Accounting for an Italian Association
GNU General Public License v3.0
0 stars 3 forks source link

Avoid email duplication by capitalization #59

Open giobber opened 1 year ago

giobber commented 1 year ago

Django normalize_email doesn't force email to be lowercase or point insensitive before @ symbol

For more info see: https://stackoverflow.com/questions/74754013/is-there-an-efficient-way-of-preventing-the-same-email-addresses-registered-with

giobber commented 11 months ago

Some additional notes