Set minimum password length of generated password to six
This commit is contained in:
parent
9ddc7af4f4
commit
6c9b9df7ed
2 changed files with 4 additions and 3 deletions
|
|
@ -24,8 +24,9 @@ class Globals {
|
|||
static let red = UIColor(red:1.00, green:0.23, blue:0.19, alpha:1.0)
|
||||
static let blue = UIColor(red:0.00, green:0.48, blue:1.00, alpha:1.0)
|
||||
|
||||
static let passwordMaximumLength = 32
|
||||
static let passwordDefaultLength = 16
|
||||
static let passwordMinimumLength = 6
|
||||
static let passwordMaximumLength = 24
|
||||
static let passwordDefaultLength = 16
|
||||
|
||||
private init() { }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue