diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2015-05-30 10:27:37 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2015-05-30 10:27:54 -0500 |
commit | 3f088a3f3d8a7cfd656dbd06650baed74250ee2e (patch) | |
tree | 39ed76c60d49ead85ce376444ce51222f9db7372 /docs/source/siteadmin | |
parent | b791ae973c816f2262fb7c6efa9444c75637150d (diff) | |
download | mediagoblin-3f088a3f3d8a7cfd656dbd06650baed74250ee2e.tar.lz mediagoblin-3f088a3f3d8a7cfd656dbd06650baed74250ee2e.tar.xz mediagoblin-3f088a3f3d8a7cfd656dbd06650baed74250ee2e.zip |
"Should I enable registration?" section
Diffstat (limited to 'docs/source/siteadmin')
-rw-r--r-- | docs/source/siteadmin/deploying.rst | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst index 673efb30..e75e6744 100644 --- a/docs/source/siteadmin/deploying.rst +++ b/docs/source/siteadmin/deploying.rst @@ -501,6 +501,29 @@ Instructions and scripts for running MediaGoblin on an Apache server can be found on the `MediaGoblin wiki <http://wiki.mediagoblin.org/Deployment>`_. +Should I Enable Registration? +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Unfortunately, in this current release of MediaGoblin we are suffering +from spammers registering to public instances en masse. As such, you +may want to either: + +a) Disable registration on your instance and just make + accounts for people you know and trust (eg via the `gmg adduser` + command). You can disable registration in your mediagoblin.ini + like so:: + + [mediagoblin] + allow_registration = false + +b) Enable a captcha plugin. But unfortunately, though some captcha + plugins exist, for various reasons we do not have any general + recommendations we can make at this point. + +We hope to have a better solution to this situation shortly. We +apologize for the inconvenience in the meanwhile. + + Security Considerations ~~~~~~~~~~~~~~~~~~~~~~~ |