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
Right now there's an issue with email login when two users have the same email, because clearly it can't resolve which user to login as. This throws an uncaught exception in the python code and hangs the process. This is mainly when an advisor and delegate share the same email. So the options are to either disable email login entirely or disallow conflicting emails. The first option doesn't seem bad, since it's not unreasonable for people to actually remember their usernames and they can always use forgot password to get the user name. The second is probably the better approach though, at the cost of annoying a few people who want to use the same email in multiple places.
The text was updated successfully, but these errors were encountered:
Can you elaborate a bit more on what the advisor was trying to do that caused this to happen? For example, was the advisor trying to log in to his delegates' accounts to submit papers on their behalf? Was the advisor also a delegate trying to log in to his delegate account to submit a paper? Is it something different altogether? A mix of both?
Also, how large of an issue is this? Was this one advisor that brought this to your attention, or multiple advisors who were facing this issue?
The issue was a delegate would register the advisor account using their own email, and then also register their delegate account with the same email. Then they couldn’t login to either using their email (using the username was fine though). It happened around five times if I recall correctly.
Right now there's an issue with email login when two users have the same email, because clearly it can't resolve which user to login as. This throws an uncaught exception in the python code and hangs the process. This is mainly when an advisor and delegate share the same email. So the options are to either disable email login entirely or disallow conflicting emails. The first option doesn't seem bad, since it's not unreasonable for people to actually remember their usernames and they can always use forgot password to get the user name. The second is probably the better approach though, at the cost of annoying a few people who want to use the same email in multiple places.
The text was updated successfully, but these errors were encountered: