case 4457, case 4461

This commit is contained in:
2023-02-27 22:38:07 +00:00
parent 5ec4a22a3b
commit d1e419924a
4 changed files with 18 additions and 8 deletions

View File

@@ -339,7 +339,10 @@ namespace Sockeye.Biz
w.WritePropertyName("InstallableUntil");
w.WriteValue(l.MaintenanceExpire);
//There is really no need for keys to not be installable now that that they are fetched automatically
//this was a holdover from the old manual paste a key in entry system to prevent piracy of using the key repeatedly, now that it's fetched though
//this is not necessary so adding 2 years just avoids an issue with the user not fetching right away or a partially expired key
w.WriteValue(l.MaintenanceExpire.AddYears(2));
w.WritePropertyName("TotalScheduleableUsers");
w.WriteValue(l.Users.ToString());//Needs to be a string to match rockfish format