-
Notifications
You must be signed in to change notification settings - Fork 98
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 For Changing User Email Address #242
Labels
Comments
maierthomas
added
bug
Something isn't working
enhancement
New feature or request
labels
Apr 26, 2018
Comment by maxhbr The same approach could maybe be used for licenses |
alexbrdn
added a commit
that referenced
this issue
Apr 30, 2018
…reviously known email addresses and falling back to search by former addresses when necessary closes #242
@maierthomas, how would the switch to guids as user ids affect REST API? /cc @maxhbr |
alexbrdn
added a commit
that referenced
this issue
Apr 30, 2018
…reviously known email addresses and falling back to search by former addresses when necessary closes #242
alexbrdn
added a commit
that referenced
this issue
May 2, 2018
alexbrdn
added a commit
that referenced
this issue
May 2, 2018
…reviously known email addresses and falling back to search by former addresses when necessary introduce generic ids for users instead of using emails as ids closes #242
alexbrdn
added a commit
that referenced
this issue
May 2, 2018
…reviously known email addresses and falling back to search by former addresses when necessary introduce generic ids for users instead of using emails as ids closes #242
alexbrdn
added a commit
that referenced
this issue
May 3, 2018
…reviously known email addresses and falling back to search by former addresses when necessary introduce generic ids for users instead of using emails as ids closes #242
alexbrdn
added a commit
that referenced
this issue
May 7, 2018
…reviously known email addresses and falling back to search by former addresses when necessary introduce generic ids for users instead of using emails as ids closes #242
alexbrdn
added a commit
that referenced
this issue
May 7, 2018
…reviously known email addresses and falling back to search by former addresses when necessary introduce generic ids for users instead of using emails as ids closes #242
alexbrdn
added a commit
that referenced
this issue
May 11, 2018
…reviously known email addresses and falling back to search by former addresses when necessary introduce generic ids for users instead of using emails as ids closes #242
alexbrdn
added a commit
that referenced
this issue
May 14, 2018
…reviously known email addresses and falling back to search by former addresses when necessary introduce generic ids for users instead of using emails as ids closes #242
alexbrdn
added a commit
that referenced
this issue
May 15, 2018
…reviously known email addresses and falling back to search by former addresses when necessary introduce generic ids for users instead of using emails as ids closes #242
mcjaeger
added a commit
that referenced
this issue
May 15, 2018
Allow For Changing User Email Address review-by:[email protected] tested-by:[email protected]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue by alexbrdn
Friday Mar 23, 2018 at 09:30 GMT
Originally opened as sw360/sw360portal#795
sw360 should recognize when an email address of a user has changed and preserve the identity.
Criteria for email address change is that the Liferay user with the same externalId (field openId) has a different email address than the sw360 user with the same externalId.
Email change in Liferay is performed by LDAP importer or SSOAutoLogin action.
The text was updated successfully, but these errors were encountered: