TruStory / octopus

Go monorepo for TruStory backend services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Audit registration/login code to ensure two accounts cannot have the same email or username with different cases

truted opened this issue · comments

  • all emails should be stored and looked up using lowercase text
  • logging in with username Ted/ted/TED should all link to the same account
  • if username 'ted' exists, prevent creating account with 'TED' username