From b0bbfc1b81c02b7ebf06e258546c983f241699da Mon Sep 17 00:00:00 2001 From: Piotr Mitros Date: Wed, 18 Jan 2012 13:14:16 -0500 Subject: [PATCH] Fixed my own error in above --- settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/settings.py b/settings.py index 2e2c52f35f..5c4eda8543 100644 --- a/settings.py +++ b/settings.py @@ -12,6 +12,8 @@ SITE_NAME = "localhost:8000" DEFAULT_FROM_EMAIL = 'registration@mitx.mit.edu' DEFAULT_FEEDBACK_EMAIL = 'feedback@mitx.mit.edu' +GENERATE_RANDOM_USER_CREDENTIALS = False + WIKI_REQUIRE_LOGIN_EDIT = True WIKI_REQUIRE_LOGIN_VIEW = True