diff options
author | Rubén de Celis Hernández <contact@rdch106.hol.es> | 2020-10-26 10:50:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-26 17:50:36 +0800 |
commit | 053695b63d5ba07cb4f2ad3d738bc991525d66d6 (patch) | |
tree | cdb04281576b3ff695a9a27c7d62cbc6e6d7ab77 | |
parent | b4bb83e68f7ca6309413932063c6dedfb94d0211 (diff) |
Update CHANGELOG.md (#6389)
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ba44531..9f82ed08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,6 @@ All notable changes to Gogs are documented in this file. - Configuration section `[service]` is no longer used. - Configuration option `APP_NAME` is no longer used. - Configuration option `[security] REVERSE_PROXY_AUTHENTICATION_USER` is no longer used. -- Configuration option `[database] PASSWD` is no longer used. - Configuration option `[auth] ACTIVE_CODE_LIVE_MINUTES` is no longer used. - Configuration option `[auth] RESET_PASSWD_CODE_LIVE_MINUTES` is no longer used. - Configuration option `[auth] ENABLE_CAPTCHA` is no longer used. @@ -91,6 +90,7 @@ All notable changes to Gogs are documented in this file. - Configuration section `[service]` is deprecated and will end support in 0.13.0, please start using `[auth]`. - Configuration option `[auth] ACTIVE_CODE_LIVE_MINUTES` is deprecated and will end support in 0.13.0, please start using `[auth] ACTIVATE_CODE_LIVES`. - Configuration option `[auth] RESET_PASSWD_CODE_LIVE_MINUTES` is deprecated and will end support in 0.13.0, please start using `[auth] RESET_PASSWORD_CODE_LIVES`. +- Configuration option `[auth] REGISTER_EMAIL_CONFIRM` is deprecated and will end support in 0.13.0, please start using `[auth] REQUIRE_EMAIL_CONFIRMATION`. - Configuration option `[auth] ENABLE_CAPTCHA` is deprecated and will end support in 0.13.0, please start using `[auth] ENABLE_REGISTRATION_CAPTCHA`. - Configuration option `[auth] ENABLE_NOTIFY_MAIL` is deprecated and will end support in 0.13.0, please start using `[user] ENABLE_EMAIL_NOTIFICATION`. - Configuration option `[session] GC_INTERVAL_TIME` is deprecated and will end support in 0.13.0, please start using `[session] GC_INTERVAL`. |