diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-09-04 22:48:23 +1000 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-09-04 22:48:23 +1000 |
commit | 120f144f0eb014e694a584a627c8b17856da5b51 (patch) | |
tree | 6f10abf7f055de38abffc19a3828be39c5d123be /docs/source/siteadmin/deploying.rst | |
parent | 00fb2b3d9b0fe3f1f12cb205be743b9b4c5a32df (diff) | |
download | mediagoblin-120f144f0eb014e694a584a627c8b17856da5b51.tar.lz mediagoblin-120f144f0eb014e694a584a627c8b17856da5b51.tar.xz mediagoblin-120f144f0eb014e694a584a627c8b17856da5b51.zip |
Disable registrations by default due to spam.
Diffstat (limited to 'docs/source/siteadmin/deploying.rst')
-rw-r--r-- | docs/source/siteadmin/deploying.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst index 5327c62d..5520ba30 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -317,6 +317,9 @@ your own email address and enter a secure password when prompted:: $ ./bin/gmg adduser --username you --email you@example.com $ ./bin/gmg makeadmin you +Public registrations is disabled by default due to automated spam +registrations. For more details, see ":ref:`enable-registration`" + Test the Server ~~~~~~~~~~~~~~~ |