From a556735d63f97a88eeb2cd6229a892a80e3dfa1b Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Tue, 14 May 2024 15:48:42 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=B3=A8=E5=86=8C=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E5=A2=9E=E5=8A=A0=E2=80=9C=E5=BC=BA=E5=88=B6=E7=BB=91?= =?UTF-8?q?=E5=AE=9A=E6=89=8B=E6=9C=BA=E5=8F=B7=E2=80=9D=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/userconfigs/user_register_config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/userconfigs/user_register_config.go b/pkg/userconfigs/user_register_config.go index c728fbb..175009e 100644 --- a/pkg/userconfigs/user_register_config.go +++ b/pkg/userconfigs/user_register_config.go @@ -42,6 +42,7 @@ type UserRegisterConfig struct { CanLogin bool `yaml:"canLogin" json:"canLogin"` // 是否可以使用激活的邮箱登录 Body string `yaml:"body" json:"body"` // 内容 Life int32 `yaml:"life" json:"life"` // 有效期 + Force bool `yaml:"force" json:"force"` // 是否强制绑定 } `yaml:"mobileVerification" json:"mobileVerification"` // CDN