gitea: require email confirmation on registration #74

Merged
valberg merged 1 commits from gitea-require-email-confirmation into master 2022-05-08 19:19:14 +00:00
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"