Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Having multiple accounts with the same email address breaks the login #15

Open
fer-rum opened this issue Feb 16, 2015 · 1 comment
Open

Comments

@fer-rum
Copy link

fer-rum commented Feb 16, 2015

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.

@JustusAdam
Copy link
Contributor

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants