mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
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:
parent
bb856f89b9
commit
7ae65dd656
8 changed files with 3 additions and 37 deletions
|
@ -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());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue