From 308825ecb459564d8fd86d9a570db8e1b50b8a23 Mon Sep 17 00:00:00 2001 From: Piotr Mitros Date: Fri, 30 Dec 2011 06:37:13 -0500 Subject: [PATCH] Wiki requires login --- settings.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/settings.py b/settings.py index 46c0d3e04e..a46112e1fa 100644 --- a/settings.py +++ b/settings.py @@ -1,5 +1,8 @@ DEFAULT_FROM_EMAIL = 'pmitros@csail.mit.edu' +WIKI_REQUIRE_LOGIN_EDIT = True +WIKI_REQUIRE_LOGIN_VIEW = True + HTTPS = 'on' DEBUG = True