You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the addition of citext support in luckyframework/avram#608 it seems like a good idea to use it for user emails so that a person who makes an account with "MyAccount@example.com" can sign in with "myaccount@example.com" and no one else can make an account with the same email but with different capitalization.
With the addition of citext support in luckyframework/avram#608 it seems like a good idea to use it for user emails so that a person who makes an account with "MyAccount@example.com" can sign in with "myaccount@example.com" and no one else can make an account with the same email but with different capitalization.
lucky_cli/src/base_authentication_app_skeleton/db/migrations/00000000000001_create_users.cr
Lines 3 to 9 in 00cf926
We would have to update the migration first to enable the citext extension and then add
case_sensitive: false
to the email lineThe text was updated successfully, but these errors were encountered: