mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 07:04:57 +01:00
GUI remote login
This commit is contained in:
@@ -55,7 +55,7 @@ namespace TGCommandLine
|
||||
|
||||
if (!Server.Authenticate())
|
||||
{
|
||||
Console.WriteLine("Authentication error! Username/password/windows identity is not authorized!");
|
||||
Console.WriteLine("Authentication error: Username/password/windows identity is not authorized!");
|
||||
return ExitCode.ConnectionError;
|
||||
}
|
||||
|
||||
@@ -127,7 +127,7 @@ namespace TGCommandLine
|
||||
}
|
||||
else if (!Server.Authenticate())
|
||||
{
|
||||
Console.WriteLine("Authentication error! Username/password/windows identity is not authorized! Returning to local mode.");
|
||||
Console.WriteLine("Authentication error: Username/password/windows identity is not authorized! Returning to local mode...");
|
||||
Server.SetRemoteLoginInformation(null, null, null);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user