You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,7 @@ The following code has been tested with Debian 8, it should work on Ubuntu as we
68
68
* `gitea_disable_gravatar`: Do you want to disable Gravatar ? (privacy and so on) (true/false)
69
69
* `gitea_offline_mode`: Same but for disabling CDNs for frontend assets (true/false)
70
70
* `gitea_disable_registration`: Do you want to disable user registration ? (true/false)
71
+
* `gitea_register_email_confirm`: Enable this to ask for mail confirmation of registration. Requires `gitea_mailer_enabled` to be enabled (Default: `false`)
71
72
* `gitea_only_allow_external_registration`: Do you want to force registration only using third-party services ? (true/false)
72
73
* `gitea_show_registration_button`: Do you want to show the registration button? (true/false)
73
74
* `gitea_require_signin`: Do you require a signin to see repo's (even public ones) ? (true/false)
@@ -90,8 +91,9 @@ The following code has been tested with Debian 8, it should work on Ubuntu as we
90
91
* `gitea_root_url`: Root URL used to access your web app (full URL)
0 commit comments