Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJonathan White <support@dmapps.us>2020-01-08 01:56:34 +0300
committerJanek Bevendorff <janek@jbev.net>2020-04-09 19:15:27 +0300
commite54f24e303b78d2e2605201974671c28be4f5bbf (patch)
tree612e8a61ae3bfdaf96b09008e711eeac1e8279a2 /share
parent3552ba2a30844d1838d2032e40e3951324e2aff0 (diff)
Only use bare minimum settings for portable version
* Fixes #4103 * This ini file ensures the portable distribution populates with the default settings from the code and not from outdated ini file.
Diffstat (limited to 'share')
-rw-r--r--share/keepassxc.ini72
1 files changed, 10 insertions, 62 deletions
diff --git a/share/keepassxc.ini b/share/keepassxc.ini
index d40572659..ab450d485 100644
--- a/share/keepassxc.ini
+++ b/share/keepassxc.ini
@@ -1,62 +1,10 @@
-[General]
-RememberLastDatabases=true
-RememberLastKeyFiles=true
-OpenPreviousDatabasesOnStartup=true
-AutoSaveAfterEveryChange=false
-AutoSaveOnExit=false
-AutoReloadOnChange=true
-HideWindowOnCopy=false
-MinimizeOnCopy=true
-DropToBackgroundOnCopy=false
-MinimizeOnOpenUrl=false
-UseGroupIconOnEntryCreation=true
-IgnoreGroupExpansion=false
-AutoTypeEntryTitleMatch=true
-GlobalAutoTypeKey=0
-GlobalAutoTypeModifiers=0
-LastOpenedDatabases=@Invalid()
-
-[GUI]
-Language=system
-ShowTrayIcon=false
-DarkTrayIcon=false
-MinimizeToTray=false
-MinimizeOnClose=false
-MinimizeOnStartup=false
-MonospaceNotes=false
-MainWindowGeometry="@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\x2(\0\0\0\xbd\0\0\x5W\0\0\x3;\0\0\x2\x30\0\0\0\xdc\0\0\x5O\0\0\x3\x33\0\0\0\0\0\0\0\0\a\x80)"
-SplitterState=@Invalid()
-EntryListColumnSizes=@Invalid()
-EntrySearchColumnSizes=@Invalid()
-
-[security]
-autotypeask=true
-clearclipboard=true
-clearclipboardtimeout=10
-lockdatabaseidle=false
-lockdatabaseidlesec=240
-lockdatabaseminimize=false
-lockdatabasescreenlock=true
-passwordscleartext=false
-passwordemptynodots=true
-passwordsrepeat=false
-
-[Http]
-Enabled=false
-ShowNotification=true
-BestMatchOnly=false
-UnlockDatabase=true
-MatchUrlScheme=true
-SortByUsername=false
-Port=19455
-AlwaysAllowAccess=false
-AlwaysAllowUpdate=false
-SearchInAllDatabases=false
-SupportKphFields=true
-generator\LowerCase=true
-generator\UpperCase=true
-generator\Numbers=true
-generator\SpecialChars=false
-generator\ExcludeAlike=true
-generator\EnsureEvery=true
-generator\Length=16
+[General]
+UpdateCheckMessageShown=false
+LastActiveDatabase=@Invalid()
+LastOpenedDatabases=@Invalid()
+HideWindowOnCopy=false
+MinimizeOnCopy=true
+
+[GUI]
+HideUsernames=false
+HidePasswords=true