Skip to content

Commit

Permalink
Merge pull request #1040 from microbiomedata/1039-fix-authbutton
Browse files Browse the repository at this point in the history
  • Loading branch information
naglepuff authored Aug 18, 2023
2 parents b8b2090 + 1562994 commit 5bfb417
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions web/src/components/Presentation/AuthButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,20 +81,18 @@ export default defineComponent({
<v-card-title>ORCID Account Integration</v-card-title>
<v-card-text>
<p>
NMDC requires an ORCID ID to log in. When logged in you have access to features such as downloading
NMDC requires an ORCID ID to log in. When logged in you have access to features such as downloading
files and the ability to create and manage metadata submissions through
our Submission Portal.
</p>
<p>
Click the "ORCID Login" button, to either register for an ORCID ID or, if you
already have one, to sign into your ORCID account, then grant permission for NMDC to access your
ORCID ID. This allows us to verify your identity and securely connect to
your ORCID ID. Additionally, we may use information, such as your name and email, to associate your
ORCID record with your NMDC submissions.
your ORCID ID. Additionally, we may use information, such as your name and email, to associate your
ORCID record with your NMDC submissions.
</p>

<p>Learn more about <a href="https://orcid.org/blog/2017/02/20/whats-so-special-about-signing">what's so special about signing in.</a></p>

</v-card-text>
</v-card>
</v-menu>
Expand Down

0 comments on commit 5bfb417

Please sign in to comment.