add some authorization checks to the Wiki

This commit is contained in:
Chris Dodge
2014-02-24 23:41:57 -05:00
parent 0a73326bca
commit 10465e3eb0
4 changed files with 69 additions and 2 deletions

View File

@@ -224,6 +224,11 @@ FEATURES = {
# Toggle embargo functionality
'EMBARGO': False,
# Whether the Wiki subsystem should be accessible via the direct /wiki/ paths. Setting this to True means
# that people can submit content and modify the Wiki in any arbitrary manner. We're leaving this as True in the
# defaults, so that we maintain current behavior
'ALLOW_WIKI_ROOT_ACCESS': True,
}
# Used for A/B testing