{{template "settings/_header.html" .}}

账号信息

账号安全和基本状态

用户 ID {{.User.ID}}
邮箱 {{.User.Email}}
账号状态 {{.StatusName}}
注册时间 {{.User.CreatedAt.Format "2006-01-02 15:04:05"}}
{{if .User.LastLoginAt}}
上次登录 {{.User.LastLoginAt.Format "2006-01-02 15:04:05"}}
{{end}}
最后更新 {{.User.UpdatedAt.Format "2006-01-02 15:04:05"}}

修改密码

修改密码后需重新登录

注销账号

账号将在 7 天后正式注销,期间可随时重新登录撤销注销

{{template "settings/_footer.html" .}}