Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Commit 61b9dc3

Browse files
Merge pull request #36 from silinternational/develop
finalizing MFA PR
2 parents 3db6466 + 0c0ebf1 commit 61b9dc3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ If configured, an alert will be shown to the user filled with the content of tha
158158
5. Click **hub-discovery**
159159
6. Click **idp4**
160160
7. Login as a "backup code" user: `username=`**has_backupcode** `password=`**a**
161-
8. Enter one fo the following codes to verify (`94923279, 82743523, 77802769, 01970541, 37771076, 39178450, 01813404, 00416843, 90068701, 35775442, 94923279, 82743523, 77802769, 01970541, 37771076, 39178450, 01813404, 00416843, 90068701, 35775442`)
161+
8. Enter one of the following codes to verify (`94923279, 82743523, 77802769, 01970541, 37771076, 39178450, 01813404, 00416843, 90068701, 35775442, 94923279, 82743523, 77802769, 01970541, 37771076, 39178450, 01813404, 00416843, 90068701, 35775442`)
162162
9. Click **Logout**
163163

164164
#### TOTP code

dictionaries/mfa.definition.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
"ko": "TODO"
1414
},
1515
"backupcode_header": {
16-
"en": "Printable backup code",
16+
"en": "Printable code",
1717
"es": "TODO",
1818
"fr": "TODO",
1919
"ko": "TODO"
2020
},
2121
"backupcode_icon": {
22-
"en": "Printable backup code icon",
22+
"en": "Printable code icon",
2323
"es": "TODO",
2424
"fr": "TODO",
2525
"ko": "TODO"
@@ -151,7 +151,7 @@
151151
"ko": "TODO"
152152
},
153153
"use_backupcode": {
154-
"en": "Use a printable backup code instead",
154+
"en": "Use a printable code instead",
155155
"es": "TODO",
156156
"fr": "TODO",
157157
"ko": "TODO"

themes/material/common-announcement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
if (! empty($announcementHtml)) {
55
?>
6-
<div class="mdl-typography--subhead mdl-typography--text-center alert margin">
6+
<div class="mdl-typography--subhead mdl-typography--text-center alert margin" layout-children="column">
77
<?= $announcementHtml ?>
88
</div>
99
<?php

0 commit comments

Comments
 (0)