From c8d66b8511a44684ee0f877f9d6b9c0318a4410a Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Fri, 11 Mar 2011 10:42:54 +0000 Subject: [PATCH] Updated email addresses on settings --- settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.py b/settings.py index 340015c..4135328 100755 --- a/settings.py +++ b/settings.py @@ -113,7 +113,7 @@ INSTALLED_APPS = ( ) ## Server Mail -SERVER_EMAIL = 'trace@auth.dredd.it' +SERVER_EMAIL = 'trace@auth.pleaseignore.com' # API OAuth #OAUTH_AUTH_VIEW = 'api.views.oauth.authorize_oauth' @@ -134,7 +134,7 @@ AUTH_PROFILE_MODULE = 'sso.SSOUser' LOGIN_REDIRECT_URL = "/profile" LOGIN_URL = "/login" -DEFAULT_FROM_EMAIL = "bot@auth.dredd.it" +DEFAULT_FROM_EMAIL = "bot@auth.pleaseignore.com" ACCOUNT_ACTIVATION_DAYS = 14 # Slice File Location