Back to Sftpgo

Mfa

templates/webadmin/mfa.html

2.7.11.5 KB
Original Source

{{template "base" .}} {{- define "page_body"}} {{- if .TOTPConfig.Enabled}}

{{- if gt (len .TOTPConfigs) 1 }} ({{$.TOTPConfig.ConfigName}}) {{- end}}

Disable Please wait...

{{- end}}

Two-factor authentication using Authenticator apps

{{- if not .TOTPConfig.Enabled}}

Secure Your Account

{{- end}} Configuration --- {{range .TOTPConfigs}} {{.}} {{end}}

{{- if .TOTPConfig.Enabled }} Generate new secret Please wait... {{- end}} Please wait...

{{- if .TOTPConfig.Enabled}}

Recovery codes

Recovery codes are a set of one time use codes that can be used in place of the authentication code to login to the web UI. You can use them if you lose access to your phone to login to your account and disable or regenerate two-factor configuration.

To keep your account secure, don't share or distribute your recovery codes. We recommend saving them with a secure password manager.

If you generate new recovery codes, you automatically invalidate old ones.

Generate Please wait... View Please wait...

{{- end}} {{- end}} {{- define "modals"}}

OK

Set up two-factor authentication

Use your preferred Authenticator App (e.g. Microsoft Authenticator, Google Authenticator, Authy, 1Password etc. ) to scan the QR code. It will generate an authentication code for you to enter below.

If you have trouble using the QR code, select manual entry on your app, and enter the code:

Cancel Submit Please wait...

{{- end}} {{- define "extra_js"}} {{- end}}