Compare commits
1 Commits
f511e678ca
...
adfb5a2198
Author | SHA1 | Date | |
---|---|---|---|
adfb5a2198 |
2
migrations/2024-11-05.sql
Normal file
2
migrations/2024-11-05.sql
Normal file
@ -0,0 +1,2 @@
|
||||
/* Add time-out to password reset keys, and prevent repeated mails */
|
||||
ALTER TABLE `users` ADD `reset_blocked_until` INT UNSIGNED NULL AFTER `reset_key`;
|
Loading…
x
Reference in New Issue
Block a user