GUACAMOLE-96: Clean up enrollment interface. Provide help text for user.

This commit is contained in:
Michael Jumper
2017-11-20 15:51:06 -08:00
parent a422fdf9c2
commit 2a894c487c
5 changed files with 61 additions and 11 deletions

View File

@@ -5,9 +5,20 @@
},
"LOGIN" : {
"FIELD_HEADER_GUAC_TOTP" : "Authentication Code",
"INFO_TOTP_REQUIRED" : "Please enter your authentication code to verify your identity.",
"INFO_TOTP_VERIFICATION_FAILED" : "Verification failed. Please try again."
"FIELD_HEADER_GUAC_TOTP" : ""
},
"TOTP" : {
"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."
}
}