From 3f8e51f8baf92189f8c513eb04fcdf67709e3e37 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 12 Jan 2017 15:28:55 -0800 Subject: [PATCH] [KeepassX] Update password generation preferences --- dotfiles/config/keepassxc/keepassxc.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/config/keepassxc/keepassxc.ini b/dotfiles/config/keepassxc/keepassxc.ini index a78cc41b..3149535d 100644 --- a/dotfiles/config/keepassxc/keepassxc.ini +++ b/dotfiles/config/keepassxc/keepassxc.ini @@ -41,11 +41,11 @@ UnlockDatabase=true [generator] EnsureEvery=true -ExcludeAlike=true +ExcludeAlike=false Length=16 LowerCase=true Numbers=true -SpecialChars=false +SpecialChars=true UpperCase=true [security]