This commit is contained in:
2020-08-12 19:29:25 +00:00
parent c065a4a3d5
commit 739db128cd
4 changed files with 39 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ namespace AyaNova.Api.ControllerHelpers
//Only SuperUser account (id=1) can login or do anything, treats as if server was set to closed even if they change it to open
//only way to reset it is to fetch a valid license
//
var msg = $"{reason}\r\nOnly *the* SuperUser account can login to make changes";
var msg = $"{reason}\r\nLogin as SuperUser to start evaluation / install license";
SetState(ServerState.OpsOnly, msg);
SYSTEM_LOCK = true;
}