Save credentials in WebConsole
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.
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
You can also use KeePass AutoType... you need to focus the NETworkManager window in this case.
@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.