-
- 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: Not logged in!
-
- User Email: Not logged in!
-
+
+
+
-
+
+ User Account: Not logged in!
+
+ User Email: Not logged in!
+
+
+
+
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
+}