feat: 添加用户状态效验及验证码
This commit is contained in:
@@ -12,5 +12,10 @@ namespace Yi.Framework.Rbac.Domain.Shared.Options
|
||||
/// 超级管理员默认密码
|
||||
/// </summary>
|
||||
public string AdminPassword { get; set; } = "123456";
|
||||
|
||||
/// <summary>
|
||||
/// 是否开启登录验证码
|
||||
/// </summary>
|
||||
public bool EnableCaptcha { get; set; } = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user