You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
Describe the bug
When a user changes an email, the verification link leads to a 404 page.
To Reproduce
Steps to reproduce the behavior:
https://eventyay.com/email/verify?token=...
)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):
3.5
,3.6
]HEAD
Commit hash [e.g.4629c62
]Additional context
This seems to be coming from here:
open-event-server/app/api/helpers/mail.py
Line 516 in e3e3848
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=...
The text was updated successfully, but these errors were encountered: