mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-19 02:37:24 +08:00
fix(keystone): password history check default 1 (#22410)
This commit is contained in:
@@ -40,7 +40,7 @@ type SKeystoneOptions struct {
|
||||
|
||||
PasswordExpirationSeconds int `help:"password expires after the duration in seconds"`
|
||||
PasswordMinimalLength int `help:"password minimal length" default:"6"`
|
||||
PasswordUniqueHistoryCheck int `help:"password must be unique in last N passwords"`
|
||||
PasswordUniqueHistoryCheck int `help:"password must be unique in last N passwords" default:"1"`
|
||||
PasswordCharComplexity int `help:"password complexity policy" default:"0"`
|
||||
|
||||
PasswordErrorLockCount int `help:"lock user account if given number of failed auth"`
|
||||
|
||||
Reference in New Issue
Block a user