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