From 68425bac2b993c1418a0fef32a0129d3d10e05a2 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 30 Nov 2016 17:20:29 -0600 Subject: [PATCH] [KeepassX] Add generator section to config --- dotfiles/config/keepassxc/keepassxc.ini | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dotfiles/config/keepassxc/keepassxc.ini b/dotfiles/config/keepassxc/keepassxc.ini index b970fe17..adf83f51 100644 --- a/dotfiles/config/keepassxc/keepassxc.ini +++ b/dotfiles/config/keepassxc/keepassxc.ini @@ -39,6 +39,15 @@ SortByUsername=false SupportKphFields=true UnlockDatabase=true +[generator] +EnsureEvery=true +ExcludeAlike=true +Length=16 +LowerCase=true +Numbers=true +SpecialChars=false +UpperCase=true + [security] autotypeask=true clearclipboard=true