Change min/max length of random password generator
This commit is contained in:
parent
3921b89a12
commit
70a41f6438
2 changed files with 11 additions and 11 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue