diff options
author | Rodney Ewing <ewing.rj@gmail.com> | 2013-05-14 16:14:19 -0700 |
---|---|---|
committer | Rodney Ewing <ewing.rj@gmail.com> | 2013-05-24 16:52:48 -0700 |
commit | 744f1c83b9c94a82612c981ec56782f3db457357 (patch) | |
tree | 78502d15d31e62a4f42b73e208c6eeb49a439847 /mediagoblin.ini | |
parent | b56b6b1e77cc01aa1ebebd1c6c594ec79cb4d8c1 (diff) | |
download | mediagoblin-744f1c83b9c94a82612c981ec56782f3db457357.tar.lz mediagoblin-744f1c83b9c94a82612c981ec56782f3db457357.tar.xz mediagoblin-744f1c83b9c94a82612c981ec56782f3db457357.zip |
add a check for authentication plugin on startup and respond according to no_auth config option. allows instance to be run w/o authentication
Diffstat (limited to 'mediagoblin.ini')
-rw-r--r-- | mediagoblin.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mediagoblin.ini b/mediagoblin.ini index 4906546a..27146845 100644 --- a/mediagoblin.ini +++ b/mediagoblin.ini @@ -33,6 +33,10 @@ 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 +no_auth = false + [storage:queuestore] base_dir = %(here)s/user_dev/media/queue |