Skip to content

Bugfix for user registration of multiple identities#10

Open
NickolausDS wants to merge 1 commit intofair-research:masterfrom
NickolausDS:code-bugfix
Open

Bugfix for user registration of multiple identities#10
NickolausDS wants to merge 1 commit intofair-research:masterfrom
NickolausDS:code-bugfix

Conversation

@NickolausDS
Copy link
Copy Markdown

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