mirror of
https://github.com/neocities/neocities.git
synced 2025-07-24 19:38:25 +02:00
password reset tweaks
This commit is contained in:
parent
6ab3656040
commit
160dc9e2de
3 changed files with 33 additions and 5 deletions
|
@ -178,6 +178,8 @@ class Site < Sequel::Model
|
|||
PHONE_VERIFICATION_EXPIRATION_TIME = 10.minutes
|
||||
PHONE_VERIFICATION_LOCKOUT_ATTEMPTS = 3
|
||||
|
||||
PASSWORD_RESET_EXPIRATION_TIME = 24.hours
|
||||
|
||||
many_to_many :tags
|
||||
|
||||
one_to_many :profile_comments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue