diff options
author | Rasmus Larsson <flame@constantine.(none)> | 2011-07-09 15:12:00 +0200 |
---|---|---|
committer | Rasmus Larsson <flame@constantine.(none)> | 2011-07-09 15:12:00 +0200 |
commit | 13677ef97a24fea19fe8df1cce4812c18623d88f (patch) | |
tree | ba6ff42f13be8c2503cd57481b6234115ef98fea /mediagoblin.ini | |
parent | e6fd112d429d1fcc5994ff19c61bd67367a33ce5 (diff) | |
download | mediagoblin-13677ef97a24fea19fe8df1cce4812c18623d88f.tar.lz mediagoblin-13677ef97a24fea19fe8df1cce4812c18623d88f.tar.xz mediagoblin-13677ef97a24fea19fe8df1cce4812c18623d88f.zip |
Added configuration variable to toggle registrations, if disabled the registration page redirects to index and no link to register is shown
Diffstat (limited to 'mediagoblin.ini')
-rw-r--r-- | mediagoblin.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mediagoblin.ini b/mediagoblin.ini index 596107dc..e889646a 100644 --- a/mediagoblin.ini +++ b/mediagoblin.ini @@ -8,6 +8,9 @@ email_sender_address = "notice@mediagoblin.example.org" # set to false to enable sending notices email_debug_mode = true +# Set to false to disable registrations +allow_registration = true + ## Uncomment this to put some user-overriding templates here #local_templates = %(here)s/user_dev/templates/ |