Normalise email inputs #21
Labels
No labels
Trainee - Good First Issue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Skynet/discord-bot#21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
User recently had an issue using
/link_wolves
Turns out their email had capitals in it and they were enteing the lowercase of it.
Will prob need to use https://sqlite.org/lang_corefunc.html#lower
On reflection, normalising the email is not a good idea since some email systems are case sensitive.