projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f59d8bb
)
Changed the default permission scheme to be the same as the scheme we use in
author
tilly-Q
<nattilypigeonfowl@gmail.com>
Thu, 1 May 2014 18:21:25 +0000
(14:21 -0400)
committer
tilly-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
patch
|
blob
|
blame
|
history
diff --git
a/mediagoblin/config_spec.ini
b/mediagoblin/config_spec.ini
index a29b481e7031b1fe77331d1f1e5b15f6f5e0f60d..ba2b45194aef596390a1f34204240e8cdc1dbf64 100644
(file)
--- a/
mediagoblin/config_spec.ini
+++ b/
mediagoblin/config_spec.ini
@@
-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.