mirror of
https://github.com/go-gitea/gitea
synced 2025-08-12 04:28:21 +00:00
xxx_active_code_live setting in printed in hours and minutes instead … (#1814)
* xxx_active_code_live setting in printed in hours and minutes instead of just hours * Update app.ini description of xxx_code_lives settings
This commit is contained in:
committed by
Bo-Yi Wu
parent
e0c6ab2d44
commit
b93568cce4
4
conf/app.ini
vendored
4
conf/app.ini
vendored
@@ -222,9 +222,9 @@ WHITELISTED_URIS =
|
||||
BLACKLISTED_URIS =
|
||||
|
||||
[service]
|
||||
; Time limit to confirm account/email registration (in multiples of 60 minutes)
|
||||
; Time limit to confirm account/email registration
|
||||
ACTIVE_CODE_LIVE_MINUTES = 180
|
||||
; Time limit to confirm forgot password reset process (in multiples of 60 minutes)
|
||||
; Time limit to confirm forgot password reset process
|
||||
RESET_PASSWD_CODE_LIVE_MINUTES = 180
|
||||
; User need to confirm e-mail for registration
|
||||
REGISTER_EMAIL_CONFIRM = false
|
||||
|
Reference in New Issue
Block a user