mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-04-29 18:55:18 +08:00
用户创建服务时刻自动添加到分组、自动添加统计功能、设置是否需要绑定套餐
This commit is contained in:
@@ -5,7 +5,6 @@ package userconfigs
|
||||
type UserRegisterConfig struct {
|
||||
IsOn bool `yaml:"isOn" json:"isOn"` // 是否启用用户注册
|
||||
ClusterId int64 `yaml:"clusterId" json:"clusterId"` // 用户创建服务集群
|
||||
ServerGroupIds []int64 `yaml:"serverGroupIds" json:"serverGroupIds"` // 用户注册的服务所在分组
|
||||
ComplexPassword bool `yaml:"complexPassword" json:"complexPassword"` // 必须使用复杂密码
|
||||
Features []string `yaml:"features" json:"features"` // 默认启用的功能
|
||||
RequireVerification bool `yaml:"requireVerification" json:"requireVerification"` // 是否需要审核
|
||||
|
||||
Reference in New Issue
Block a user