{{template "header_modal" .}}

{{.User.Info.Name}} - Overview

Password

Your password is the primary authentication mechanism for your account. Keep it safe, or, even better, use a password manager.

{{if or .Features.EnableWebAuthn .Features.EnableOTP}}

Two-Factor Authentication

A second factor of authentication is critical to maintaining the security of your account.

{{if or .User.WebAuthnRegistrations .User.TotpSecret}} Two-factor authentication is currently enabled for this account. {{else}} Two-factor authentication is currently disabled for this account. {{end}}

{{if .Features.EnableWebAuthn}}

Hardware Tokens

{{end}} {{if .Features.EnableOTP}}

OTP

{{if .User.TotpSecret}}

An OTP secret has been generated for this account. If you need to reset it, you can use the button below.

{{else}}

You can use one-time numeric codes as a second factor, in alternative to a hardware token for those devices where it is not available.

{{end}} {{end}} {{if .Features.EnableASPs}}

Application-Specific Passwords

{{end}} {{end}} {{template "footer_modal" .}}