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