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 }