Skip to content

Commit

Permalink
min change
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Apr 18, 2023
1 parent 82e7f5e commit 3f47040
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions src/app/shared/shared_modules/public-key/public-key.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,13 @@
</div>
<div *ngIf="current_key_blocked">
<alert type="danger">
<strong>Warning</strong> Due to security concerns, your key has been blocked permanently, and you won't be
<strong>Warning: </strong> Due to security concerns, your key has been blocked permanently, and you won't be
able to use it anymore. It's highly recommended that you change your key immediately to prevent any further
security breaches.<br>
If you have questions or need help, please E-Mail us at
<a class="alert-link" href="mailto: {{ CLOUD_PORTAL_SUPPORT_MAIL }}">{{ CLOUD_PORTAL_SUPPORT_MAIL }}</a
>.
security breaches.
<p>
If you have questions or need help, please E-Mail us at
<a class="alert-link" href="mailto: {{ CLOUD_PORTAL_SUPPORT_MAIL }}">{{ CLOUD_PORTAL_SUPPORT_MAIL }}</a>
</p>
</alert>
</div></span
>
Expand Down Expand Up @@ -187,13 +188,14 @@ <h4 class="modal-title">Change public key</h4>
<strong>Warning</strong> This is not a valid public key!
</alert>
<alert type="danger" *ngIf="(!(this.public_key | isValidKeyPipe) || blocked_key) && validated_key">
<strong>Warning</strong>Due to security concerns, your key has been blocked permanently, and you won't be
<strong>Warning: </strong>Due to security concerns, your key has been blocked permanently, and you won't be
able to use it anymore. It's highly recommended that you change your key immediately to prevent any further
security breaches.<br>
security breaches.
<p>
If you have questions or need help, please E-Mail us at
<a class="alert-link" href="mailto: {{ CLOUD_PORTAL_SUPPORT_MAIL }}">{{ CLOUD_PORTAL_SUPPORT_MAIL }}</a
>.

<a class="alert-link" href="mailto: {{ CLOUD_PORTAL_SUPPORT_MAIL }}">{{ CLOUD_PORTAL_SUPPORT_MAIL }}</a
>.
</p>
</alert>
<alert type="info">
Currently supported public key formats are RSA and ECDSA (SHA2, NIST P256, P384 or P521).
Expand Down

0 comments on commit 3f47040

Please sign in to comment.