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

Problems with loading Order Overview #414

Open
JoepdeJong opened this issue Oct 3, 2022 · 2 comments
Open

Problems with loading Order Overview #414

JoepdeJong opened this issue Oct 3, 2022 · 2 comments

Comments

@JoepdeJong
Copy link
Contributor

JoepdeJong commented Oct 3, 2022

My order overview did not load since the change of email is implemented (#412).

For some reason, events does not show correct results when your events and TU Delft email do not match your connect email.

if (customer.getEmail() == null || customer.getEmail().equals("") || !customer.getEmail().equals(userInfo.getEmail())) {

I found out that i have an existing account that has the same email as my current account, which threw the following exception upon login:
ch.wisv.events.core.exception.LogLevelEnum - Email address is already used!

@JoepdeJong
Copy link
Contributor Author

@julian9499 Maybe revert?

@JoepdeJong
Copy link
Contributor Author

An old board member had today the same issue. I removed his second account and now it worked fine.

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

1 participant