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
I think it is up to the application to decide whether the identifier should be case sensitive or not, perhaps using Rails 7.1's normalizes attribute feature. Therefore the validation which Quo Vadis sets up (linked above) should take its case sensitivity from the application.
The text was updated successfully, but these errors were encountered:
The identifier (e.g. email or username) has a case-insensitive uniqueness validation.
However when someone logs in, the account is looked up by a case-sensitive finder.
I think it is up to the application to decide whether the identifier should be case sensitive or not, perhaps using Rails 7.1's
normalizes
attribute feature. Therefore the validation which Quo Vadis sets up (linked above) should take its case sensitivity from the application.The text was updated successfully, but these errors were encountered: