OTP/2FA config template & luciano blocktronics theme

This commit is contained in:
Bryan Ashby 2019-06-15 22:18:51 -06:00
parent 42ac6f8689
commit abc6a36275
No known key found for this signature in database
GPG key ID: B49EB437951D2542
5 changed files with 139 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View file

@ -385,6 +385,47 @@
}
}
userTwoFactorAuthOTPConfig: {
config: {
menuInfoFormat10: "{infoText}"
infoText: {
disabled: Enabling 2-factor authentication can greatly increase account security.
}
}
mci: {
TM1: {
width: 20
items: [
"enabled"
"disabled"
]
focusTextStyle: upper
styleSGR1: |08
}
SM2: {
width: 20
focusTextStyle: upper
styleSGR1: |08
items: [
// order is important:
"Time-Based - TOTP"
"HMAC-Based - HOTP"
"Google Auth"
]
}
TM3: {
focusTextStyle: upper
styleSGR1: |00|08
}
MT10: {
width: 31
height: 3
mode: preview
acceptsFocus: false
}
}
}
nodeMessage: {
config: {
messageFormat: "|00|08 :: |03message from |11{fromUserName} |08/ |03node |11{fromNodeId}|08 @ |11{timestamp} |08::\r\n|07 {message}"