mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
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:
@@ -0,0 +1 @@
|
||||
CREATE INDEX users_lowercase_email ON users (LOWER(email));
|
||||
Reference in New Issue
Block a user