Merge pull request 'gitea: require email confirmation on registration' (#74) from gitea-require-email-confirmation into master

Reviewed-on: #74
This commit is contained in:
valberg 2022-05-08 19:19:13 +00:00
commit 40afe51998
1 changed files with 1 additions and 0 deletions

View File

@ -35,3 +35,4 @@
GITEA__security__MIN_PASSWORD_LENGTH: "8"
GITEA__security__PASSWORD_CHECK_PWN: "true"
GITEA__service__ENABLE_NOTIFY_MAIL: "true"
GITEA__service__REGISTER_EMAIL_CONFIRM: "true"