Changed the default permission scheme to be the same as the scheme we use in

master so that if admins have not set their mediagoblin_local.ini to include
this new option, they will notice no difference in use.
This commit is contained in:
tilly-Q 2014-05-01 14:21:25 -04:00
parent f59d8bbef1
commit ce26346a4c

View 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.