mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 16:03:25 +08:00
【新增】后端用户登录增加简单单点登录限制功能。
This commit is contained in:
@@ -13,6 +13,12 @@ namespace CoreCms.Net.Configuration
|
||||
/// </summary>
|
||||
public static class AppSettingsConstVars
|
||||
{
|
||||
#region 全局其他参数================================================================================
|
||||
/// <summary>
|
||||
/// 是否开启后台登录用户只能单点登录
|
||||
/// </summary>
|
||||
public static readonly bool UserSSO = AppSettingsHelper.GetContent("GlobalSetting", "UserSSO").ObjToBool();
|
||||
#endregion
|
||||
|
||||
#region 全局地址================================================================================
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user