techx / quill

📝 Registration, for hackathons!
https://medium.com/hackmit-stories/quill-an-open-source-hackathon-registration-system-91f3a06d22a2
GNU Affero General Public License v3.0
443 stars 341 forks source link

Force lower-case email instead of using regex #53

Closed patins closed 6 years ago

patins commented 6 years ago

Since emails are recorded in lowercase, we can search for lowercased emails. This fixes bugs for users with regex in their emails (test+1@gmail.com)

jlin816 commented 6 years ago

Yeah wow, this is a lot better :) thanks Pat!