springload / madewithwagtail

A showcase of sites and apps made with Wagtail CMS, the easy to use, open source Django content management system
http://madewithwagtail.org
MIT License
84 stars 21 forks source link

URL in password reset email points to example.com #129

Closed loicteixeira closed 5 years ago

loicteixeira commented 5 years ago

Steps to reproduce

  1. Navigate to https://madewithwagtail.org/admin/login/
  2. Click Forgotten it?
  3. Enter the address email of an existing account
  4. Click Reset Password
  5. Check your inbox.

Current behaviour

URL in reset password email is https://example.com/admin/password_reset/confirm/MTA/<THE_TOKEN>/.

Expected behaviour

URL in reset password email is https://madewithwagtail.org/admin/password_reset/confirm/MTA/<THE_TOKEN>/.

mojeto commented 5 years ago

Thanks for finding it out @loicteixeira I have changed django site configuration. Can you confirm this is no longer an issue?

loicteixeira commented 5 years ago

It's working as expected now. Thank you 👍