Changed the default permission scheme to be the same as the scheme we use in
authortilly-Q <nattilypigeonfowl@gmail.com>
Thu, 1 May 2014 18:21:25 +0000 (14:21 -0400)
committertilly-Q <nattilypigeonfowl@gmail.com>
Thu, 1 May 2014 18:21:25 +0000 (14:21 -0400)
master so that if admins have not set their mediagoblin_local.ini to include
this new option, they will notice no difference in use.

mediagoblin/config_spec.ini

index a29b481e7031b1fe77331d1f1e5b15f6f5e0f60d..ba2b45194aef596390a1f34204240e8cdc1dbf64 100644 (file)
@@ -90,7 +90,7 @@ upload_limit = integer(default=None)
 max_file_size = integer(default=None)
 
 # Privilege scheme
-user_privilege_scheme = string(default="")
+user_privilege_scheme = string(default="uploader,commenter,reporter")
 
 [jinja2]
 # Jinja2 supports more directives than the minimum required by mediagoblin.