CIDARLAB / Fluigi-Cloud

Cloud Framework that powers Fluigi Cloud
BSD 2-Clause "Simplified" License
5 stars 3 forks source link

Login email Case Insensitve #18

Closed aonanam closed 7 years ago

aonanam commented 7 years ago

The username (email address) is case insensitive.

eg: ShaneUser@TeSt.CoM and ShAnEuSeR@TeSt.CoM are the same user.

JLippai commented 7 years ago

Is that not by design?

On Jul 12, 2017, at 18:16, Shane McCormack notifications@github.com wrote:

The username (email address) is case insensitive.

eg: ShaneUser@test.com and ShAnEuSeR@TeSt.CoM are the same user.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

aonanam commented 7 years ago

I hope not. Email addresses are case sensitive.

JLippai commented 7 years ago

While it's technically possibly to do that when you set up a mail server, it's considered remarkably bad practice and there aren't any widely used email services that have case-sensitive addresses. Which tradeoff you take is up to you, but generally speaking, online logins treat email addresses as case insensitive as a result, to avoid user frustration/accidental multiple account creation.

On Jul 12, 2017, at 18:35, Shane McCormack notifications@github.com wrote:

I hope not. Email addresses are case sensitive.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

aonanam commented 7 years ago

Okay. I'll defer to your knowledge on this one.