mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
The previous functionality provided two checkboxes: one for requesting that the TOTP key be cleared, and another for directly managing whether the TOTP key has been confirmed. This is confusing as checkboxes normally represent state, but the "reset" checkbox here is representing an action. Instead, both checkboxes should represent state: whether the key has been generated and whether the generated key has been confirmed.
44 lines
1.4 KiB
JSON
44 lines
1.4 KiB
JSON
{
|
|
|
|
"DATA_SOURCE_TOTP" : {
|
|
"NAME" : "TOTP TFA Backend"
|
|
},
|
|
|
|
"LOGIN" : {
|
|
"FIELD_HEADER_GUAC_TOTP" : ""
|
|
},
|
|
|
|
"TOTP" : {
|
|
|
|
"ACTION_HIDE_DETAILS" : "Hide",
|
|
"ACTION_SHOW_DETAILS" : "Show",
|
|
|
|
"FIELD_HEADER_ALGORITHM" : "Algorithm:",
|
|
"FIELD_HEADER_DIGITS" : "Digits:",
|
|
"FIELD_HEADER_INTERVAL" : "Interval:",
|
|
"FIELD_HEADER_SECRET_KEY" : "Secret Key:",
|
|
|
|
"FIELD_PLACEHOLDER_CODE" : "Authentication Code",
|
|
|
|
"INFO_CODE_REQUIRED" : "Please enter your authentication code to verify your identity.",
|
|
"INFO_ENROLL_REQUIRED" : "Multi-factor authentication has been enabled on your account.",
|
|
"INFO_VERIFICATION_FAILED" : "Verification failed. Please try again.",
|
|
|
|
"HELP_ENROLL_BARCODE" : "To complete the enrollment process, scan the barcode below with the two-factor authentication app on your phone or device.",
|
|
"HELP_ENROLL_VERIFY" : "After scanning the barcode, enter the {DIGITS}-digit authentication code displayed to verify that enrollment was successful.",
|
|
|
|
"SECTION_HEADER_DETAILS" : "Details:"
|
|
|
|
},
|
|
|
|
"USER_ATTRIBUTES" : {
|
|
|
|
"FIELD_HEADER_GUAC_TOTP_KEY_GENERATED" : "Secret key generated:",
|
|
"FIELD_HEADER_GUAC_TOTP_KEY_CONFIRMED" : "Authentication device confirmed:",
|
|
|
|
"SECTION_HEADER_TOTP_ENROLLMENT_STATUS" : "TOTP Enrollment Status"
|
|
|
|
}
|
|
|
|
}
|