Open Danwhy opened 7 years ago
Looks like the docs for this are here: https://docs.djangoproject.com/en/dev/topics/email/#email-backends
:+1: The email is being created and logged, we just need to setup an smtp service to actually send it
@Danwhy what do you think of a 2h time estimate?
@ellemindwave @sarahwelton at what point would you like this to be implemented? At the moment if an admin forgets their password they have to rely on other admins to regain access. Having this would allow admins to receive an email with a link to reset their password.
When you click 'forgotten password', wagtail says it has sent a password reset email, but it doesn't appear that it does. Need to look into whether we need to set this up manually.