Skip to content

Commit

Permalink
Break up long lines
Browse files Browse the repository at this point in the history
  • Loading branch information
tofu-rocketry committed Aug 14, 2023
1 parent 6bf9346 commit df00bed
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions htdocs/web_portal/views/user/link_identity.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<div class="rightPageContainer">
<h1>Link Identifier or Recover an Account</h1>
<div>
This page allows you to either add a new identifier to an exisiting GOCDB account, or recover a GOCDB account if your identifier has changed. You must have access to the email address associated with that GOCDB account. You must be authenticated with the new identifier.
This page allows you to either add a new identifier to an exisiting GOCDB
account, or recover a GOCDB account if your identifier has changed. You
must have access to the email address associated with that GOCDB account.
You must be authenticated with the new identifier.
</div>
<br />
<div class=Form_Holder>
Expand Down Expand Up @@ -92,7 +95,10 @@ class="form-control"
<li class="hidden" id="linkingDetails"> If you successfully validate your <b>linking</b> request:
<ul>
<li>
Your <b>current ID string</b> and <b>authentication type</b> will be added as an alternative identifier to the account being linked to.
Your <b>current ID string</b> and
<b>authentication type</b> will be added as
an alternative identifier to the account
being linked to.
</li>
</li>
<li <?php echo $params['registered'] ? "" : "hidden"; ?>>
Expand Down

0 comments on commit df00bed

Please sign in to comment.