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

Email change links to 404 #9066

Open
supertassu opened this issue Aug 11, 2023 · 3 comments
Open

Email change links to 404 #9066

supertassu opened this issue Aug 11, 2023 · 3 comments
Labels

Comments

@supertassu
Copy link

Describe the bug
When a user changes an email, the verification link leads to a 404 page.

To Reproduce
Steps to reproduce the behavior:

  1. On an existing account, go to https://eventyay.com/account/profile
  2. Change your email address to something else and submit the form
  3. Open the email sent to the new address
  4. Click on the link to verify the email address (https://eventyay.com/email/verify?token=...)
  5. Observe a 404 page

Expected behavior
The email address is confirmed and the user sees a message confirming everything went fine.

Stacktrace

Additional details (please complete the following information):

  • OS: [e.g. MacOS, Ubuntu, CentOS]
  • Python Version [e.g. 3.5, 3.6]
  • HEAD Commit hash [e.g. 4629c62]

Additional context

This seems to be coming from here:

link = make_frontend_url('/email/verify', {'token': hash_})

and if I understand https://github.com/fossasia/open-event-frontend/blob/4477d408b27c026ddac6015b17a74a5370914b55/app/router.js#L302 correctly the correct url should be https://eventyay.com/verify?token=...

@rahuldecoded
Copy link
Contributor

Able to repo the issue.

Ubuntu
Python 3.8.17
HEAD = 1f76855

Can I take the issue?

Is this a regression?

@ManvendraPSdev
Copy link

@mariobehling Can you please assign this issue to me I would love to work on this

Copy link

We don't assign issues to external contributors. Please comment that you're working on the issue after checking that no one else is, and then send a pull request for it. Thank You!

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

No branches or pull requests

4 participants