mirror of
https://github.com/pushbits/server.git
synced 2025-06-20 19:37:20 +02:00
Add option to check for weak passwords
This commit is contained in:
parent
ad56422838
commit
b06bd51d21
12 changed files with 141 additions and 15 deletions
|
@ -39,6 +39,9 @@ type Configuration struct {
|
|||
Username string `required:"true"`
|
||||
Password string `required:"true"`
|
||||
}
|
||||
Security struct {
|
||||
CheckHIBP bool `default:"false"`
|
||||
}
|
||||
Crypto CryptoConfig
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue