mindwaveventures / good-thinking

Good Thinking
https://www.good-thinking.uk
4 stars 1 forks source link

Wagtail password reset #213

Open Danwhy opened 7 years ago

Danwhy commented 7 years ago

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.

samhstn commented 7 years ago

Looks like the docs for this are here: https://docs.djangoproject.com/en/dev/topics/email/#email-backends

Danwhy commented 7 years ago

:+1: The email is being created and logged, we just need to setup an smtp service to actually send it

samhstn commented 7 years ago

@Danwhy what do you think of a 2h time estimate?

samhstn commented 7 years ago

@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.