diff options
author | zeripath <art27@cantab.net> | 2019-11-14 16:58:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-14 16:58:34 +0000 |
commit | 856a9f81812083a0672a1b9f9b04304e3eaab0e8 (patch) | |
tree | 32299bbe646b5af59a05cde192cfc72c248ee990 /docs | |
parent | a99b4dbe01a054b20107999501b28625d11601e4 (diff) | |
download | gitea-856a9f81812083a0672a1b9f9b04304e3eaab0e8.tar.gz gitea-856a9f81812083a0672a1b9f9b04304e3eaab0e8.zip |
Add ALLOW_ONLY_EXTERNAL_REGISTRATION to config cheat sheet (#8986)
ALLOW_ONLY_EXTERNAL_REGISTRATION was missed off the cheat sheet. This PR adds it.
Fix #8180
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/advanced/config-cheat-sheet.en-us.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/content/doc/advanced/config-cheat-sheet.en-us.md b/docs/content/doc/advanced/config-cheat-sheet.en-us.md index e5236205fe..68c33f7109 100644 --- a/docs/content/doc/advanced/config-cheat-sheet.en-us.md +++ b/docs/content/doc/advanced/config-cheat-sheet.en-us.md @@ -306,6 +306,7 @@ relation to port exhaustion. - `AUTO_WATCH_ON_CHANGES`: **false**: Enable this to make users watch a repository after their first commit to it - `DEFAULT_ORG_VISIBILITY`: **public**: Set default visibility mode for organisations, either "public", "limited" or "private". - `DEFAULT_ORG_MEMBER_VISIBLE`: **false** True will make the membership of the users visible when added to the organisation. +- `ALLOW_ONLY_EXTERNAL_REGISTRATION`: **false** Set to true to force registration only using third-party services. ## Webhook (`webhook`) |