feat: 完成租户前端对接
This commit is contained in:
@@ -19,6 +19,7 @@ namespace Yi.Framework.Rbac.Domain.Shared.Consts
|
||||
public const string State_Is_State = "该用户已被禁用,请联系管理员进行恢复";
|
||||
public const string No_Permission = "登录禁用!该用户分配无任何权限,无意义登录!";
|
||||
public const string No_Role = "登录禁用!该用户分配无任何角色,无意义登录!";
|
||||
public const string Name_Not_Allowed = "用户名被禁止";
|
||||
|
||||
//子租户管理员
|
||||
public const string Admin = "cc";
|
||||
|
||||
@@ -13,6 +13,11 @@ namespace Yi.Framework.Rbac.Domain.Shared.Options
|
||||
/// </summary>
|
||||
public string AdminPassword { get; set; } = "123456";
|
||||
|
||||
/// <summary>
|
||||
/// 租户超级管理员默认密码
|
||||
/// </summary>
|
||||
public string TenantAdminPassword { get; set; } = "123456";
|
||||
|
||||
/// <summary>
|
||||
/// 是否开启登录验证码
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user