You've already forked AstralRinth
forked from didirus/AstralRinth
feat(labrinth): ignore email case differences in password recovery flow (#3771)
* feat(labrinth): ignore email case differences in password recovery flow * chore(labrinth): run `sqlx prepare`
This commit is contained in:
committed by
GitHub
parent
a2e323c9ee
commit
ee8ee7af82
@@ -0,0 +1 @@
|
||||
CREATE INDEX users_lowercase_email ON users (LOWER(email));
|
||||
Reference in New Issue
Block a user