Disable "Store Password" for Gedi Login?

Find and share HowTos to various installations / configurations!
Search

Post Reply
6 posts • Page 1 of 1
fandersen
Posts: 47
Joined: Tue Aug 26, 2014 12:39 pm

Disable "Store Password" for Gedi Login?

Post by fandersen »

Hi together,

the login panel of the Gedi (with enabled SSA) has a checkbox "Store Password".

Due to cyber security, the customer would like to have this option disabled.

Is this somehow possible?

I have tried to modify all the available login panels, but wasn't successful.


BR/Florian

dbindernagel
Posts: 151
Joined: Mon Feb 23, 2015 1:34 pm

Re: Disable "Store Password" for Gedi Login?

Post by dbindernagel »

I second this request. It would be nice to have the option to disable/hide the "Store Password" checkbox.

User avatar
hpuchegger
Posts: 38
Joined: Fri Oct 08, 2021 10:38 am

Re: Disable "Store Password" for Gedi Login?

Post by hpuchegger »

This login window is implemented in C++ and therefore cannot be changed.
However, if this is a project-relevant criterion for you, please create a service request so that we can analyze the case in more detail internally.

Br, Herbert

gschijndel
Posts: 330
Joined: Tue Jan 15, 2019 3:12 pm

Re: Disable "Store Password" for Gedi Login?

Post by gschijndel »

Unfortunately the stylesheet is not yet active by default, so the -stylesheet option has to be used for this to work.

But with a stylesheet the checkbox can be disabled:

Code: Select all

HttpPasswordDialog QCheckBox#storePassword
{
  qproperty-enabled: false;
}

fandersen
Posts: 47
Joined: Tue Aug 26, 2014 12:39 pm

Re: Disable "Store Password" for Gedi Login?

Post by fandersen »

Hi gschijndel!

yes, that works. Unfortunately, it is not very practicle as the parameter requires an absolute path to the CSS file, and anyone could still start the Gedi without this option.

Thank you anyway! :)
gschijndel wrote: Fri Oct 06, 2023 9:04 am Unfortunately the stylesheet is not yet active by default, so the -stylesheet option has to be used for this to work.

But with a stylesheet the checkbox can be disabled:

Code: Select all

HttpPasswordDialog QCheckBox#storePassword
{
  qproperty-enabled: false;
}

gschijndel
Posts: 330
Joined: Tue Jan 15, 2019 3:12 pm

Re: Disable "Store Password" for Gedi Login?

Post by gschijndel »

I agree that stylesheet should be active by default already at this stage to be practical. Hopefully somebody forwards this to the responsible people.

Post Reply
6 posts • Page 1 of 1