HewlettPackard / HackShack-Session-Landing-Page

MIT License
0 stars 4 forks source link

Input email must be always lowered case #201

Open pattdepanick opened 3 years ago

pattdepanick commented 3 years ago

In order to prevent multiple registrations of the same user using either lower case email and Capital case email , the email filed should always lowered down the case of the email.

jaygiang commented 3 years ago

Implemented in the following PR: https://github.com/HewlettPackard/HackShack-Session-Landing-Page/pull/247