Skip to content

Commit

Permalink
Cleanup registation options
Browse files Browse the repository at this point in the history
CLOSE #167
  • Loading branch information
DO1JLR committed Jun 23, 2024
1 parent 6908794 commit 7873850
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/gitea.ini.j2
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ ENABLE_CAPTCHA = {{ gitea_enable_captcha | ternary('true', 'false') }}
DEFAULT_KEEP_EMAIL_PRIVATE = {{ gitea_default_keep_mail_private | ternary('true', 'false') }}
SHOW_REGISTRATION_BUTTON = {{ gitea_show_registration_button | ternary('true', 'false') }}
AUTO_WATCH_NEW_REPOS = {{ gitea_auto_watch_new_repos | ternary('true', 'false') }}
ALLOW_ONLY_EXTERNAL_REGISTRATION = {{ gitea_only_allow_external_registration | ternary('true', 'false') }}
AUTO_WATCH_ON_CHANGES = {{ gitea_autowatch_on_change | ternary('true', 'false') }}
SHOW_MILESTONES_DASHBOARD_PAGE = {{ gitea_show_milestones_dashboard_page | ternary('true', 'false') }}
REGISTER_MANUAL_CONFIRM = {{ gitea_register_manual_confirm | ternary('true', 'false') }}
Expand Down

0 comments on commit 7873850

Please sign in to comment.