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: 138
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,245
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,245
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!


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.