Change min/max length of random password generator

This commit is contained in:
Bob Sun 2017-05-26 19:28:09 -07:00
parent 3921b89a12
commit 70a41f6438
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4
2 changed files with 11 additions and 11 deletions

View file

@ -23,7 +23,7 @@ class Globals {
static let repositoryPath = "\(libraryPath)/password-store"
static var passcodeConfiguration = PasscodeLockConfiguration()
static let passwordDefaultLength = ["Random": (min: 6, max: 24, def: 16),
static let passwordDefaultLength = ["Random": (min: 4, max: 64, def: 16),
"Apple": (min: 15, max: 15, def: 15)]
static let gitSignatureDefaultName = "Pass for iOS"