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

注册

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

邮件服务已启用,注册需验证邮箱。

{{else}}

邮件服务未配置,可直接注册(管理员可稍后在后台启用 SMTP)。

{{end}}

已有账号?登录 · 返回首页

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