{{template "base" .}} {{define "content"}}

プロフィール

アカウント情報
{{if .error}}{{end}} {{if .success}}
{{.success}}
{{end}}
{{.csrfField}}

メールアドレス

{{.user.Email}}

ロール

{{if eq .user.Role "admin"}}管理者{{else}}ユーザー{{end}}

パスワード変更
{{if .passwordError}}{{end}} {{if .passwordSuccess}}
{{.passwordSuccess}}
{{end}}
{{.csrfField}}
8文字以上
2段階認証(2FA)
{{if .totpError}}{{end}} {{if .totpSuccess}}
{{.totpSuccess}}
{{end}} {{if .user.TOTPEnabled}}
有効 2段階認証が有効になっています
{{.csrfField}}
{{else}}
無効 2段階認証が設定されていません

2段階認証を有効にするとセキュリティが向上します。Google Authenticator などのアプリが必要です。

2段階認証を設定する {{end}}
通知設定
{{if .notifyError}}{{end}} {{if .notifySuccess}}
{{.notifySuccess}}
{{end}}
{{.csrfField}}
Telegram
Botに/startを送信後、@userinfobotでIDを確認

{{end}}