{{define "auth/forgot_password"}} {{template "base/head" .}}

忘记密码

{{template "base/alert" .}} {{if .MailReady}}

若该邮箱已注册,验证码将发送到邮箱。重置后其它设备会话将失效。

{{else}}

邮件服务未配置,无法通过邮箱重置密码。请联系站长在后台配置 SMTP,或使用其它方式找回。

{{end}}

返回登录 · 返回首页

{{template "base/footer" .}} {{end}}