* Store password reset requests in database Signed-off-by: Rob Watson <rfwatson@users.noreply.github.com> * Refactor password reset request expiry handling * Integrate sqlite * Fix formatting
1 line
36 B
SQL
1 line
36 B
SQL
DROP TABLE password_reset_requests;
|