From 053695b63d5ba07cb4f2ad3d738bc991525d66d6 Mon Sep 17 00:00:00 2001 From: Rubén de Celis Hernández Date: Mon, 26 Oct 2020 10:50:36 +0100 Subject: Update CHANGELOG.md (#6389) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. -- cgit v1.2.3