mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-02 11:50:26 +08:00
用户注册设置增加“强制绑定手机号”选项
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user