GUI remote login

This commit is contained in:
Cyberboss
2017-09-14 17:11:52 -04:00
parent 3c99f3a9fd
commit ceae970592
9 changed files with 2468 additions and 16 deletions
+2 -2
View File
@@ -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