azavea / pfb-network-connectivity

PFB Bicycle Network Connectivity
Other
40 stars 11 forks source link

Account creation and password reset emails not sending #818

Closed KlaasH closed 2 years ago

KlaasH commented 3 years ago

When I submit the password reset form (https://bna.peopleforbikes.org/#/password-reset-request/), it says "Password reset successfully requested", but that's not so. The request is actually coming back with a 500 error, and this shows up in Papertrail: image

This seems likely to be fallout from the Django upgrade, though it could also be just a change in the package itself. In any case, we need to figure out how to properly import it.

We also need to fix the front-end so that it shows an error when there's an error, rather than declaring success regardless.

Workaround I don't think there's a quick/easy way to get the emails to send--even if the fix is a one-line change to settings, as seems likely, it will require a redeploy to make it take effect. But it's possible to generate a password reset link manually.