WISVCH / events

Registration for CH events (lectures, workshops, excursions, ...)
https://ch.tudelft.nl/events/
7 stars 10 forks source link

Problems with loading Order Overview #414

Open JoepdeJong opened 1 year ago

JoepdeJong commented 1 year ago

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.

https://github.com/WISVCH/events/blob/4d8799b51fd18f9e94ae4f8a94cae8d1e771b7c7/src/main/java/ch/wisv/events/core/service/auth/AuthenticationServiceImpl.java#L120

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 commented 1 year ago

@julian9499 Maybe revert?

JoepdeJong commented 1 year ago

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