From a939d9997bf3a56d8eb5e2fd1a88eaed696c7447 Mon Sep 17 00:00:00 2001 From: gaotxg Date: Wed, 30 Dec 2020 11:19:57 +0800 Subject: [PATCH 1/2] Credential: Default do not save password If user want to save password, click save and credential window won't appear again. Do not remember password should be default option. --- src/dll/np.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dll/np.c b/src/dll/np.c index ce04708a..353af2e3 100644 --- a/src/dll/np.c +++ b/src/dll/np.c @@ -742,7 +742,7 @@ DWORD APIENTRY NPAddConnection3(HWND hwndOwner, DWORD AuthPackage, CredentialsKind; WCHAR UserName[CREDUI_MAX_USERNAME_LENGTH + 1], Password[CREDUI_MAX_PASSWORD_LENGTH + 1]; #if defined(FSP_NP_CREDENTIAL_MANAGER) - BOOL Save = TRUE; + BOOL Save = FALSE; #endif //dwFlags |= CONNECT_INTERACTIVE | CONNECT_PROMPT; /* TESTING ONLY! */ From f9cbbea386ffc680488d71efc177435638da2e8f Mon Sep 17 00:00:00 2001 From: gaotxg Date: Wed, 6 Jan 2021 10:47:42 +0800 Subject: [PATCH 2/2] Update Contributors.asciidoc --- Contributors.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributors.asciidoc b/Contributors.asciidoc index 8723d53a..733aa0ae 100644 --- a/Contributors.asciidoc +++ b/Contributors.asciidoc @@ -69,4 +69,5 @@ CONTRIBUTOR LIST |Sam Kelly (DuroSoft Technologies LLC, https://durosoft.com) |sam at durosoft.com |Santiago Ganis |sganis at gmail.com |Tobias Urlaub |saibotu at outlook.de +|Victor Gao |victgm at outlook.com |===