mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-03 12:20:27 +08:00
用户设置中增加登录状态下检查客户端区域的选项
This commit is contained in:
@@ -12,6 +12,7 @@ type UserRegisterConfig struct {
|
||||
ComplexPassword bool `yaml:"complexPassword" json:"complexPassword"` // 必须使用复杂密码
|
||||
RequireVerification bool `yaml:"requireVerification" json:"requireVerification"` // 是否需要审核
|
||||
RequireIdentity bool `yaml:"requireIdentity" json:"requireIdentity"` // 是否需要实名认证
|
||||
CheckClientRegion bool `yaml:"checkClientRegion" json:"checkClientRegion"` // 在登录状态下检查客户端区域
|
||||
|
||||
// 电子邮箱激活设置
|
||||
EmailVerification struct {
|
||||
|
||||
Reference in New Issue
Block a user