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

Allow email addresses to be reused over multiple accounts #47

Closed
matthewhorridge opened this issue Sep 11, 2013 · 1 comment
Closed
Assignees
Labels
Type: Enhancement A request for a change that is an enhancement

Comments

@matthewhorridge
Copy link
Contributor

At the moment the relationship between account name and email address is one-to-one. It should be possible to specify the same email address for multiple accounts. Some consideration is needed, because there is some code which looks up user accounts by email address!

edu.stanford.bmir.protege.web.shared.user.UserEmailAlreadyExistsException: User email address already exists: darkoandr@yahoo.com at edu.stanford.bmir.protege.web.server.LocalMetaProjectManager.registerUser(LocalMetaProjectManager.java:100) at edu.stanford.bmir.protege.web.server.AccessPolicyManager.createTemporaryAccountForInvitation(AccessPolicyManager.java:666) at edu.stanford.bmir.protege.web.server.SharingSettingsServiceImplP3Delegate.sendEmailInvitation(SharingSettingsServiceImplP3Delegate.java:206) at edu.stanford.bmir.protege.web.server.SharingSettingsServiceImplP3Delegate.createUsersBySharingSettingMap(SharingSettingsServiceImplP3Delegate.java:186) at edu.stanford.bmir.protege.web.server.SharingSettingsServiceImplP3Delegate.updateSharingSettings(SharingSettingsServiceImplP3Delegate.java:146) at edu.stanford.bmir.protege.web.server.SharingSettingsManager.updateSharingSettings(SharingSettingsManager.java:52) at edu.stanford.bmir.protege.web.server.SharingSettingsServiceImpl.updateSharingSettings(SharingSettingsServiceImpl.java:21)

@ghost ghost assigned matthewhorridge Sep 11, 2013
@matthewhorridge
Copy link
Contributor Author

We don't allow this as it's a security hazard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement A request for a change that is an enhancement
Projects
None yet
Development

No branches or pull requests

1 participant