pics/migrations/2024-11-05.sql

3 lines
156 B
SQL

/* Add time-out to password reset keys, and prevent repeated mails */
ALTER TABLE `users` ADD `reset_blocked_until` INT UNSIGNED NULL AFTER `reset_key`;