Skip to content

Commit

Permalink
replace Smartphone with Authenticator
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbitronics committed Nov 12, 2024
1 parent e674e3f commit e316ed0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion application/common/mail/lost-security-key.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<p>
We noticed you have a Security Key configured for 2-Step Verification on your <?= yHtml::encode($idpDisplayName) ?>
Identity account but have not used it recently and instead have been using a different option for 2-Step
Verification (a Smartphone App or Printable Codes).
Verification (an Authenticator App or Printable Codes).
</p>
<p>
This email is just a courtesy to check that you still have your Security Key. If not, please remove it from your
Expand Down
2 changes: 1 addition & 1 deletion application/common/mail/mfa-disabled.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<p><b>Instructions to set up 2-Step Verification:</b></p>
<ol>
<li>Go to <?=yHtml::a(yHtml::encode($passwordProfileUrl), $passwordProfileUrl)?>.</li>
<li>Under 2-Step Verification, set up the options that suit you best (Security Key, Smartphone App, and/or
<li>Under 2-Step Verification, set up the options that suit you best (Security Key, Authenticator App, and/or
Printable Codes)</li>
<li>Log out and log in again to see how it works and to have it remember your browser for 30 days.</li>
</ol>
Expand Down
2 changes: 1 addition & 1 deletion application/common/mail/password-changed.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<strong>Instructions to set up 2-Step Verification:</strong>
<ol>
<li>Go to <?=yHtml::a(yHtml::encode($passwordProfileUrl), $passwordProfileUrl)?></li>
<li>Under 2-Step Verification, set up the options that suit you best (USB Security Key, Smartphone App, and/or
<li>Under 2-Step Verification, set up the options that suit you best (USB Security Key, Authenticator App, and/or
Printable Codes)</li>
<li>Log out and log in again to see how it works and to have it remember your computer for 30 days.</li>
</ol>
Expand Down
2 changes: 1 addition & 1 deletion application/common/mail/password-expired.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<strong>Instructions to set up 2-Step Verification:</strong>
<ol>
<li>Go to <?=yHtml::a(yHtml::encode($passwordProfileUrl), $passwordProfileUrl)?></li>
<li>Under 2-Step Verification, set up the options that suit you best (USB Security Key, Smartphone App, and/or
<li>Under 2-Step Verification, set up the options that suit you best (USB Security Key, Authenticator App, and/or
Printable Codes)</li>
<li>Log out and log in again to see how it works and to have it remember your computer for 30 days. Note that
logging out will undo the "Remember this computer" setting.</li>
Expand Down
2 changes: 1 addition & 1 deletion application/common/models/Mfa.php
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ public static function getTypes()
return [
self::TYPE_BACKUPCODE => 'Printable Codes',
self::TYPE_MANAGER => 'Manager Backup Code',
self::TYPE_TOTP => 'Smartphone App',
self::TYPE_TOTP => 'Authenticator App',
self::TYPE_WEBAUTHN => 'Security Key',
];
}
Expand Down

0 comments on commit e316ed0

Please sign in to comment.