Welcome Guest Search | Active Topics | Sign In | Register

EO 25 WPF webbrowser save password feature Options
Eurice
Posted: Thursday, December 12, 2024 8:32:14 AM
Rank: Advanced Member
Groups: Member

Joined: 12/10/2014
Posts: 142
Hello,

EO25 version introduced the chromium save password feature.

I didnt find a way to disable it.

Can you provide an option to disable it ?




Regards,
eo_support
Posted: Thursday, December 12, 2024 2:28:55 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,373
Hi,

It should be possible for us to support this. We will look into this and see what we can do.

Thanks!
eo_support
Posted: Monday, January 6, 2025 9:25:13 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,373
Hi,

This is just to let you know that we have posted build 25.0.50 that allows you to turn this off. Use the following code to turn this off:

Code: C#
EO.WebEngine.EngineOptions.Default.SetFeatureState(EngineFeature.PasswordManager, false);


Please let us know if you have any questions.

Thanks!
penright
Posted: Tuesday, May 27, 2025 10:06:52 AM

Rank: Advanced Member
Groups: Member

Joined: 10/30/2017
Posts: 53
Are they stored in the cache?
If not, is there a way to clear them?
eo_support
Posted: Tuesday, May 27, 2025 12:15:30 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,373
Hi,

There is no "surgical" way to clear just the password for specific sites. The only supported way is to clear the entire cache folder that would clear everything (page caches, cookies, etc). Adding APIs to clear specific data for particular sites are on our list as the code itself does exist in the Chromium browser engine since Chrome browser already does that.

Thanks!
penright
Posted: Tuesday, May 27, 2025 2:44:55 PM

Rank: Advanced Member
Groups: Member

Joined: 10/30/2017
Posts: 53
We clear the cache folder every time we start, so I was hoping that would do it.
No special API is needed. :-)


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.