More subscription license work
This commit is contained in:
@@ -57,7 +57,7 @@ namespace AyaNova.Biz
|
||||
await SweepInternalJobsLogsAsync(ct, dtDeleteCutoff);
|
||||
|
||||
//Stealthy check of user count exceeded
|
||||
if (await UserBiz.ActiveCountAsync() > AyaNova.Core.License.ActiveKey.ActiveNumber)
|
||||
if (await UserBiz.ActiveTechUserCountAsync() > AyaNova.Core.License.ActiveKey.ActiveNumber)
|
||||
{
|
||||
//WARNING: DO not change the text of this message without also
|
||||
//updating the authcontroller ReturnUserCredsOnSuccessfulAuthentication licenselockout check code
|
||||
|
||||
Reference in New Issue
Block a user