Remove password repeat application setting

* This removes the application setting to require typing the password in again even though it is visible.
* Removed automatic password repeat when the password is made visible on changing.
This commit is contained in:
Jonathan White 2024-04-27 23:25:22 -04:00
parent 029ccefe22
commit 651bcfc904
No known key found for this signature in database
GPG key ID: 440FC65F2E0C6E01
8 changed files with 3 additions and 38 deletions

View file

@ -35,7 +35,6 @@ void TestConfig::testUpgrade()
Config::createConfigFromFile(tempFile.fileName());
// value of new setting should be opposite the value of deprecated setting
QVERIFY(!config()->get(Config::Security_PasswordsRepeatVisible).toBool());
QVERIFY(!config()->get(Config::Security_PasswordsHidden).toBool());
QVERIFY(config()->get(Config::Security_PasswordEmptyPlaceholder).toBool());