Skip to content

[ENG-10684] Update Authenticated Identity section#924

Open
futa-ikeda wants to merge 2 commits intoCenterForOpenScience:feature/orcid-integrationfrom
futa-ikeda:eng-10684
Open

[ENG-10684] Update Authenticated Identity section#924
futa-ikeda wants to merge 2 commits intoCenterForOpenScience:feature/orcid-integrationfrom
futa-ikeda:eng-10684

Conversation

@futa-ikeda
Copy link
Copy Markdown
Contributor

@futa-ikeda futa-ikeda commented Mar 27, 2026

  • Ticket: [ENG-10684]
  • Feature flag: n/a

Purpose

  • Update Authenticated Identity section of Profile Settings page

Summary of Changes

  • Add ORCID logo to section
  • Add warning text regarding ORCID and OSF account emails
  • Move "Connect ORCID" button

Screenshot(s)

  • Before
image
  • After
image

Side Effects

QA Notes

@futa-ikeda futa-ikeda changed the base branch from develop to feature/orcid-integration March 27, 2026 20:26
@futa-ikeda futa-ikeda changed the title Eng 10684 [ENG-10684] Update Authenticated Identity section Mar 27, 2026
Comment on lines +30 to +33
<b
class="mt-2 text-sm text-gray-600"
[innerHTML]="'settings.profileSettings.social.orcidWarning' | translate"
></b>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use tag p.

Suggested change
<b
class="mt-2 text-sm text-gray-600"
[innerHTML]="'settings.profileSettings.social.orcidWarning' | translate"
></b>
<p
class="font-bold mt-2 text-gray-600"
>{{ 'settings.profileSettings.social.orcidWarning' | translate }}</p>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, it is better to use color with custom class from _variables.scss instead of primeflex class.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will just remove the text-gray-600, as I think the difference is quite minimal and it looks like it is worse color contrast

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.

2 participants