Added a per-user limit on password reminder emails. Presumably if you just had a...
[lhc/web/wiklou.git] / maintenance / archives / patch-user_newpass_time.sql
1 -- Timestamp of the last time when a new password was
2 -- sent, for throttling purposes
3 ALTER TABLE user ADD user_newpass_time char(14) binary;
4