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:
parent
f59d8bbef1
commit
ce26346a4c
@ -90,7 +90,7 @@ upload_limit = integer(default=None)
|
|||||||
max_file_size = integer(default=None)
|
max_file_size = integer(default=None)
|
||||||
|
|
||||||
# Privilege scheme
|
# Privilege scheme
|
||||||
user_privilege_scheme = string(default="")
|
user_privilege_scheme = string(default="uploader,commenter,reporter")
|
||||||
|
|
||||||
[jinja2]
|
[jinja2]
|
||||||
# Jinja2 supports more directives than the minimum required by mediagoblin.
|
# Jinja2 supports more directives than the minimum required by mediagoblin.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user