Skip to content

Commit d2e0def

Browse files
author
AJ ONeal
committed
add docs for REQUIRE_EXTERNAL_REGISTRATION_CAPTCHA and REQUIRE_EXTERNAL_REGISTRATION_PASSWORD
1 parent 6a5649d commit d2e0def

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/content/doc/advanced/config-cheat-sheet.en-us.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,9 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
202202
Requires `Mailer` to be enabled.
203203
- `DISABLE_REGISTRATION`: **false**: Disable registration, after which only admin can create
204204
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.
205208
- `REQUIRE_SIGNIN_VIEW`: **false**: Enable this to force users to log in to view any page.
206209
- `ENABLE_NOTIFY_MAIL`: **false**: Enable this to send e-mail to watchers of a repository when
207210
something happens, like creating issues. Requires `Mailer` to be enabled.
@@ -211,6 +214,8 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
211214
- `ENABLE_REVERSE_PROXY_EMAIL`: **false**: Enable this to allow to auto-registration with a
212215
provided email rather than a generated email.
213216
- `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).
214219
- `CAPTCHA_TYPE`: **image**: \[image, recaptcha\]
215220
- `RECAPTCHA_SECRET`: **""**: Go to https://www.google.com/recaptcha/admin to get a secret for recaptcha.
216221
- `RECAPTCHA_SITEKEY`: **""**: Go to https://www.google.com/recaptcha/admin to get a sitekey for recaptcha.

0 commit comments

Comments
 (0)