Merge branch 'Qwann/anonymous' into 'master'

no logged user can't see the wiki

See merge request cof-geek/WikiENS!2
This commit is contained in:
Martin Pepin 2018-03-19 18:22:16 +01:00
commit f631f709ce

View file

@ -183,3 +183,4 @@ WIKI_ACCOUNT_SIGNUP_ALLOWED = True
# Globally enable write access for anonymous users, if true anonymous users
# will be treated as the others_write boolean field on models.Article.
WIKI_ANONYMOUS_WRITE = False
WIKI_ANONYMOUS = False