@@ -202,6 +202,9 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
202
202
Requires ` Mailer ` to be enabled.
203
203
- ` DISABLE_REGISTRATION ` : ** false** : Disable registration, after which only admin can create
204
204
accounts for users.
205
+ - ` REQUIRE_EXTERNAL_REGISTRATION_PASSWORD ` : ** false** : Enable this to force externally created
206
+ accounts (via GitHub, OpenID Connect, etc) to create a password. Warning: enabling this will
207
+ decrease security, so you should only enable it if you know what you're doing.
205
208
- ` REQUIRE_SIGNIN_VIEW ` : ** false** : Enable this to force users to log in to view any page.
206
209
- ` ENABLE_NOTIFY_MAIL ` : ** false** : Enable this to send e-mail to watchers of a repository when
207
210
something happens, like creating issues. Requires ` Mailer ` to be enabled.
@@ -211,6 +214,8 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
211
214
- ` ENABLE_REVERSE_PROXY_EMAIL ` : ** false** : Enable this to allow to auto-registration with a
212
215
provided email rather than a generated email.
213
216
- ` ENABLE_CAPTCHA ` : ** false** : Enable this to use captcha validation for registration.
217
+ - ` REQUIRE_EXTERNAL_REGISTRATION_CAPTCHA ` : ** false** : Enable this to force captcha validation
218
+ even for External Accounts (i.e. GitHub, OpenID Connect, etc).
214
219
- ` CAPTCHA_TYPE ` : ** image** : \[ image, recaptcha\]
215
220
- ` RECAPTCHA_SECRET ` : ** ""** : Go to https://www.google.com/recaptcha/admin to get a secret for recaptcha.
216
221
- ` RECAPTCHA_SITEKEY ` : ** ""** : Go to https://www.google.com/recaptcha/admin to get a sitekey for recaptcha.
0 commit comments