From c2590fb639a580379ee31f60aef2b9588f95aa60 Mon Sep 17 00:00:00 2001 From: Qwann Date: Mon, 19 Mar 2018 13:51:43 +0100 Subject: [PATCH] no logged user can't see the wiki --- WikiENS/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/WikiENS/settings.py b/WikiENS/settings.py index 9c970f5..9c9fa74 100644 --- a/WikiENS/settings.py +++ b/WikiENS/settings.py @@ -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