chicommons / maps

MIT License
5 stars 17 forks source link

BACKEND: Password Reset Link does not use frontend root URL #255

Open akist529 opened 1 month ago

akist529 commented 1 month ago

The email sent to a user upon request of a password reset currently links to the backend API, for instance:

http://127.0.0.1:8000/api/v1/password-reset-confirm/Mg/c85c5e-234495797fd59d71f50ddbaa6744d089/

It should link to the frontend instead, like so:

http://localhost:3000/reset-verify/Mg/c85c5e-234495797fd59d71f50ddbaa6744d089/

akist529 commented 1 month ago

@maxgraziano Having problems assigning others to issues - can you please look into this? Thanks.