User authentication with django-registration | Development Doodles: "I also added the following settings:
1
ACCOUNT_ACTIVATION_DAYS = 2
2
EMAIL_HOST = 'localhost'
3
DEFAULT_FROM_EMAIL = 'webmaster@localhost'
4
LOGIN_REDIRECT_URL = '/'
"
'via Blog this'