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

Bugfix for user registration of multiple identities #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

NickolausDS
Copy link

When registering an identity, the minid server can fail with a 'not
unique' error when used with Globus. This is because the minid code
is marked as 'unique' on the DB schema and isn't saved when Globus
is used. A better solution would be removing the unique constraint,
but saving the code and simply not emailing the user when they use
Globus is an equivalent hack that won't require a db migration.

When registering an identity, the minid server can fail with a 'not
unique' error when used with Globus. This is because the minid code
is marked as 'unique' on the DB schema and isn't saved when Globus
is used. A better solution would be removing the unique constraint,
but saving the code and simply not emailing the user when they use
Globus is an equivalent hack that won't require a db migration.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant