case 4578 (note, prior commit same case forgot to tag it with this message)

This commit is contained in:
2024-04-08 21:05:43 +00:00
parent c11e28d117
commit 176007864a
3 changed files with 5 additions and 3 deletions

View File

@@ -98,7 +98,6 @@ namespace AyaNova.Biz
z.UserType != UserType.Customer &&
z.UserType != UserType.HeadOffice)).OrderBy(z => z.LastLogin).ToListAsync();
//iterate users and set to inactive preferring the least likely to be affected users
//first do the ones that have never logged in

View File

@@ -876,7 +876,6 @@ namespace AyaNova.Core
//but it can't handle customer login downgrade as that might fuck up the business badly if suddenly a bunch of random customers can't login so *they* would need to handle that themselves manually
//so keeping that bit of code here
//SUBSCRIPTION CUSTOMER LOGIN ACCOUNT QUANTITY DOWNGRADED?
long NewCustomerLicensedCount = ParsedNewKey.ActiveCustomerContactUsersCount;
long ExistingCustomerUserCount = await AyaNova.Biz.UserBiz.ActiveCustomerContactUserCountAsync();