]> source.dussan.org Git - gitea.git/commitdiff
Add ALLOW_ONLY_EXTERNAL_REGISTRATION to config cheat sheet (#8986)
authorzeripath <art27@cantab.net>
Thu, 14 Nov 2019 16:58:34 +0000 (16:58 +0000)
committerGitHub <noreply@github.com>
Thu, 14 Nov 2019 16:58:34 +0000 (16:58 +0000)
ALLOW_ONLY_EXTERNAL_REGISTRATION was missed off the cheat sheet. This PR adds it.

Fix #8180

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

index e5236205fe2dbcd8cbee8e533a43acecd55c9758..68c33f7109a62acccaba085f5ed87bf9c8afbb40 100644 (file)
@@ -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`)