mirror of
https://github.com/go-gitea/gitea
synced 2025-08-12 12:38:20 +00:00
Add new text for reset password flash (#1718)
* Forgot password should use ResetPwdCodeLives, not ActiveCodeLives * Improve documentation for different send mail functions related to password reset * Improve documentation in conf/app.ini regarding xxx_CODE_LIVE_MINUTES settings
This commit is contained in:
committed by
Lunny Xiao
parent
9e627af9a4
commit
e214728725
2
conf/app.ini
vendored
2
conf/app.ini
vendored
@@ -222,7 +222,9 @@ WHITELISTED_URIS =
|
||||
BLACKLISTED_URIS =
|
||||
|
||||
[service]
|
||||
; Time limit to confirm account/email registration (in multiples of 60 minutes)
|
||||
ACTIVE_CODE_LIVE_MINUTES = 180
|
||||
; Time limit to confirm forgot password reset process (in multiples of 60 minutes)
|
||||
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