Various live fixes for views and routing issues

This commit is contained in:
2011-01-18 16:29:26 +00:00
parent c9e624b08a
commit ed0489bfeb
6 changed files with 12 additions and 39 deletions

View File

@@ -133,7 +133,6 @@ AUTH_PROFILE_MODULE = 'sso.SSOUser'
LOGIN_REDIRECT_URL = "/profile"
LOGIN_URL = "/login"
FORCE_SCRIPT_NAME=""
DEFAULT_FROM_EMAIL = "bot@auth.dredd.it"
ACCOUNT_ACTIVATION_DAYS = 14