summaryrefslogtreecommitdiffstats
path: root/docs/content/doc
diff options
context:
space:
mode:
authortechknowlogick <hello@techknowlogick.com>2019-01-19 18:22:47 -0500
committerGitHub <noreply@github.com>2019-01-19 18:22:47 -0500
commit71c832e0432dde04ace8eb46a80c7add9819ec05 (patch)
tree6f3599c3b9f54adabba08d17e63313941da4d3f8 /docs/content/doc
parentfba1f14779a45d378326de2606612d87437c49b7 (diff)
downloadgitea-71c832e0432dde04ace8eb46a80c7add9819ec05.tar.gz
gitea-71c832e0432dde04ace8eb46a80c7add9819ec05.zip
Add documentation for SHOW_REGISTRATION_BUTTON (#5778)
* Fix #5737
Diffstat (limited to 'docs/content/doc')
-rw-r--r--docs/content/doc/advanced/config-cheat-sheet.en-us.md1
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 ed4fce2aa7..0a98774638 100644
--- a/docs/content/doc/advanced/config-cheat-sheet.en-us.md
+++ b/docs/content/doc/advanced/config-cheat-sheet.en-us.md
@@ -206,6 +206,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
- `ENABLE_USER_HEATMAP`: **true** Enable this to display the heatmap on users profiles.
- `EMAIL_DOMAIN_WHITELIST`: **\<empty\>**: If non-empty, list of domain names that can only be used to register
on this instance.
+- `SHOW_REGISTRATION_BUTTON`: **! DISABLE\_REGISTRATION**: Show Registration Button
## Webhook (`webhook`)