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
{{ message }}
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.
Steps to reproduce:
Add an organizer account with a given email address.
Add a Tutor account with a different name but the same email address.
Upon Login you now get an Authentication error.
Proposed solution:
Disallow re-use of already taken email addresses or switch to alternative login via a given unique username. If both represent the same person, allowing a user to have both roles can be considered, but is not mandatory.
The text was updated successfully, but these errors were encountered:
Wouldn't it be smarter to instead of having separate user objects for tutors and organisers have just a general user object with either some roles denoting wether it is a organiser or tutor or some boolean basically describing the same thing?
Otherwise I'll be a pain to be a tutor and a organiser at the same time.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to reproduce:
Add an organizer account with a given email address.
Add a Tutor account with a different name but the same email address.
Upon Login you now get an Authentication error.
Proposed solution:
Disallow re-use of already taken email addresses or switch to alternative login via a given unique username. If both represent the same person, allowing a user to have both roles can be considered, but is not mandatory.
The text was updated successfully, but these errors were encountered: