Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
akist529 opened this issue Jun 5, 2024 · 1 comment
Open

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

akist529 opened this issue Jun 5, 2024 · 1 comment
Assignees

Comments

@akist529
Copy link
Collaborator

akist529 commented Jun 5, 2024

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
Copy link
Collaborator Author

akist529 commented Jun 5, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants