feat: 完善验证、注册开关
This commit is contained in:
@@ -17,5 +17,10 @@ namespace Yi.Framework.Rbac.Domain.Shared.Options
|
||||
/// 是否开启登录验证码
|
||||
/// </summary>
|
||||
public bool EnableCaptcha { get; set; } = false;
|
||||
|
||||
/// <summary>
|
||||
/// 是否开启用户注册功能
|
||||
/// </summary>
|
||||
public bool EnableRegister { get; set; } = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user