Hi,
I am testing allauth through the "example.demo" app. Creating an account and signing in go well. However, when I attempt to:
I run into this error:
Exception Type: error
Exception Value: [Errno 61] Connection refused
Exception Location: /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py in create_connection, line 571
Is there something that I missed? Maybe an edit to settings.py?
Even on http://jug.gl/accounts/password/reset/, I couldn't test the "Reset my Password" functionality (nowhere to input the email address).
Thanks for your help!
dollydagr
You probably do not have a local SMTP server setup. See:
https://docs.djangoproject.com/en/dev/ref/settings/#email-host
I'll leave the ticket open as a reminder to fix jug.gl
Of course! Thanks @pennersr!
Issue is still helping nearly six years later :)
@nkoronka Just put in your settings.py file
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
Most helpful comment
You probably do not have a local SMTP server setup. See:
https://docs.djangoproject.com/en/dev/ref/settings/#email-host
I'll leave the ticket open as a reminder to fix jug.gl