From e3982d39e1bd34be2e7aff01958ba7629a0e13f6 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 10 Jun 2020 23:52:33 +0000 Subject: [PATCH] --- source/Plugins/AyaNova.Plugin.V8/Auth.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Plugins/AyaNova.Plugin.V8/Auth.cs b/source/Plugins/AyaNova.Plugin.V8/Auth.cs index 872a082..071bdea 100644 --- a/source/Plugins/AyaNova.Plugin.V8/Auth.cs +++ b/source/Plugins/AyaNova.Plugin.V8/Auth.cs @@ -62,7 +62,7 @@ namespace AyaNova.PlugIn.V8 lblPreRelease.Text = util.PRE_RELEASE_VERSION_STRING; #if (DEBUG) edServerUrl.Text = "192.168.1.56:7575"; - edUserName.Text = "manager"; + edUserName.Text = "superuser"; edPassword.Text = "l3tm3in"; #endif }