修改用户校验
This commit is contained in:
@@ -37,7 +37,9 @@ namespace IRaCIS.Core.API
|
||||
.AddJsonFile($"appsettings.{environment}.json", false, true);
|
||||
})
|
||||
.Build();
|
||||
|
||||
|
||||
Log.Logger.Warning($"当前环境:{environment}");
|
||||
|
||||
|
||||
NewId.SetProcessIdProvider(new CurrentProcessIdProvider());
|
||||
|
||||
@@ -50,7 +52,7 @@ namespace IRaCIS.Core.API
|
||||
//缓存项目的状态 匿名化数据
|
||||
await InitCache(host);
|
||||
|
||||
//Log.Logger.Error("缓存项目状态完毕");
|
||||
|
||||
|
||||
host.Run();
|
||||
}
|
||||
|
||||
@@ -12,11 +12,11 @@
|
||||
},
|
||||
"BasicSystemConfig": {
|
||||
|
||||
"OpenUserComplexPassword": true,
|
||||
"OpenUserComplexPassword": false,
|
||||
|
||||
"OpenSignDocumentBeforeWork": true,
|
||||
"OpenSignDocumentBeforeWork": false,
|
||||
|
||||
"OpenTrialRelationDelete": false
|
||||
"OpenTrialRelationDelete": true
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
},
|
||||
"BasicSystemConfig": {
|
||||
|
||||
"OpenUserComplexPassword": false,
|
||||
"OpenUserComplexPassword": true,
|
||||
|
||||
"OpenSignDocumentBeforeWork": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user