case 4578 (note, prior commit same case forgot to tag it with this message)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user