NETworkManager icon indicating copy to clipboard operation
NETworkManager copied to clipboard

Save credentials in WebConsole

Open BornToBeRoot opened this issue 9 months ago • 1 comments

Discussed in https://github.com/BornToBeRoot/NETworkManager/discussions/3046

Originally posted by xavidpr4 May 7, 2025 Basically I think would be great to have the feature to save credentials of Web Console somehow. I am connecting to my firewalls for example through SSH and HTTPS, and when using Firefox or any other browser I can use the credentials stored in the credentials container of the browser. Now I have to still use FF because NetworkManager does not have this feature so I have to type the user and password constantly.

BornToBeRoot avatar May 07 '25 20:05 BornToBeRoot

Hi @xavidpr4,

looks like WebView2 can save paswords & formular data similar to Edge. I will implement it in the next version.

CoreWebView2Settings.IsPasswordAutosaveEnabled

to clear the data CoreWebView2Profile.ClearBrowsingDataAsync

Image


You can also use KeePass AutoType... you need to focus the NETworkManager window in this case.

Image

BornToBeRoot avatar May 07 '25 20:05 BornToBeRoot

@xavidpr4 - In the next version you can save credentials in the web console similar to Microsoft Edge.

I will release a new version later / tomorrow.

BornToBeRoot avatar Aug 09 '25 21:08 BornToBeRoot