opengovsg / starter-kit

A technical kit to quickly build new products
https://start.open.gov.sg
MIT License
36 stars 6 forks source link

feat: make email address log in validation case insensitive #179

Closed AikoPath closed 1 year ago

AikoPath commented 1 year ago

Problem

Email addresses for user accounts are treated case sensitive. This means that email@example.com will create a different user account than Email@example.com.

Solution

Closes TOOL-119

vercel[bot] commented 1 year ago

@AikoPath is attempting to deploy a commit to the OGP Tooling Team Team on Vercel.

A member of the Team first needs to authorize it.

karrui commented 1 year ago

Closes TOOL-119