licensing stuff

This commit is contained in:
2021-11-11 23:54:50 +00:00
parent 278d913ac6
commit eba68efc19
4 changed files with 5 additions and 272 deletions

View File

@@ -290,7 +290,7 @@ namespace AyaNova.Api.Controllers
}
else
{
if (serverState.Reason.Contains("E1020"))
if (serverState.Reason.Contains("E1020 - Active count exceeded capacity"))
{
licenseLockout = true;//this could be an expired license or user count exceeded capacity so flag to client on login so superuser can fix it
}