diff --git a/src/public/app/widgets/type_widgets/options/multi_factor_authentication.js b/src/public/app/widgets/type_widgets/options/multi_factor_authentication.js index 4f58d47bb..40d1e56c6 100644 --- a/src/public/app/widgets/type_widgets/options/multi_factor_authentication.js +++ b/src/public/app/widgets/type_widgets/options/multi_factor_authentication.js @@ -5,87 +5,87 @@ import OptionsWidget from "./options_widget.js"; const TPL = `

What is Multi-Factor Authentication?

-
- - Multi-Factor Authentication (MFA) adds an extra layer of security to your account. Instead - of just entering a password to log in, MFA requires you to provide one or more additional - pieces of evidence to verify your identity. This way, even if someone gets hold of your - password, they still ca TOTP_ENABLED is not set in environment variable. Requires restart.n't access your account without the second piece of information. - It's like adding an extra lock to your door, making it much harder for anyone else to - break in. -
-
+ + Multi-Factor Authentication (MFA) adds an extra layer of security to your account. Instead + of just entering a password to log in, MFA requires you to provide one or more additional + pieces of evidence to verify your identity. This way, even if someone gets hold of your + password, they still ca TOTP_ENABLED is not set in environment variable. Requires restart.n't access your account without the second piece of information. + It's like adding an extra lock to your door, making it much harder for anyone else to + break in. +
+ +
+

OAuth/OpenID

+ OpenID is a standardized way to let you log into websites using an account from another service, like Google, to verify your identity.
-

OAuth/OpenID

- OpenID is a standardized way to let you log into websites using an account from another service, like Google, to verify your identity. -
- - - -
-
- User Account: -
- User Email: -
+ + +
-
+
+ User Account: +
+ User Email: +
+
+ +

Time-based One-Time Password

- +
- TOTP (Time-Based One-Time Password) is a security feature that generates a unique, temporary - code which changes every 30 seconds. You use this code, along with your password to log into your + TOTP (Time-Based One-Time Password) is a security feature that generates a unique, temporary + code which changes every 30 seconds. You use this code, along with your password to log into your account, making it much harder for anyone else to access it.
-
+
+ +

Generate TOTP Secret

-
- TOTP Secret Key -
- -
+ TOTP Secret Key
+ +
+ +

Single Sign-on Recovery Keys

-
- Single sign-on recovery keys are used to login in the event you cannot access your Authenticator codes. Keep them somewhere safe and secure. -

- After a recovery key is used it cannot be used again. -

- - - - - - - - - - - - - - - - - - - -
-
-
-
-
-
- -
+ Single sign-on recovery keys are used to login in the event you cannot access your Authenticator codes. Keep them somewhere safe and secure. +

+ After a recovery key is used it cannot be used again. +

+ + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
`; @@ -217,4 +217,4 @@ export default class MultiFactorAuthenticationOptions extends OptionsWidget { this.$generateRecoveryCodeButton.text("Regenerate Recovery Codes"); }); } -} \ No newline at end of file +}