From aad3948475c04758676c1a0bd103b196b95ef541 Mon Sep 17 00:00:00 2001 From: Schmitti91 Date: Tue, 23 Jan 2024 16:24:28 +0100 Subject: [PATCH] make ProxyAuthPass not usable, placeholder code --- mRemoteNG/Config/Settings/Registry/OptRegistryUpdatesPage.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mRemoteNG/Config/Settings/Registry/OptRegistryUpdatesPage.cs b/mRemoteNG/Config/Settings/Registry/OptRegistryUpdatesPage.cs index 18a623c26..a817c7d86 100644 --- a/mRemoteNG/Config/Settings/Registry/OptRegistryUpdatesPage.cs +++ b/mRemoteNG/Config/Settings/Registry/OptRegistryUpdatesPage.cs @@ -53,9 +53,9 @@ namespace mRemoteNG.Config.Settings.Registry /// Specifies the authentication password for the proxy. /// /// - /// Please only store encrypted passwords in the registry by using the password generator on the 'Credentials' options page. + /// Please only store encrypted passwords in the registry. /// - public string ProxyAuthPass { get; } + //public string ProxyAuthPass { get; } public OptRegistryUpdatesPage() {