diff options
author | Rodney Ewing <ewing.rj@gmail.com> | 2013-06-15 12:32:20 -0700 |
---|---|---|
committer | Rodney Ewing <ewing.rj@gmail.com> | 2013-06-15 12:32:20 -0700 |
commit | 54ef2c408bdae8a7b827ce648567ae94573a99e3 (patch) | |
tree | 36ca249f47cc13564e154f2bd31c6e5f36808b4f /mediagoblin.ini | |
parent | 5101c469d71286f00e1094ee82e7e15d707f91e4 (diff) | |
download | mediagoblin-54ef2c408bdae8a7b827ce648567ae94573a99e3.tar.lz mediagoblin-54ef2c408bdae8a7b827ce648567ae94573a99e3.tar.xz mediagoblin-54ef2c408bdae8a7b827ce648567ae94573a99e3.zip |
moved authentication_disabled to config_spec
Diffstat (limited to 'mediagoblin.ini')
-rw-r--r-- | mediagoblin.ini | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mediagoblin.ini b/mediagoblin.ini index d1fe4fd1..057084ae 100644 --- a/mediagoblin.ini +++ b/mediagoblin.ini @@ -33,10 +33,6 @@ allow_registration = true ## install other themes. # theme = airy -# Set to true to run an instance with no authentication plugins enabled. -# You will not be able to login or register -authentication_disabled = false - [storage:queuestore] base_dir = %(here)s/user_dev/media/queue |