Added an option to enable a password check against a Banned-Password List (#7315)
* Added an option to enable a password check against a Banned-Password-List * Update services/frontend/README.md Co-authored-by: Martin <github@diemattels.at> Co-authored-by: Edith Parzefall <edith_parzefall@gmx.de> --------- Co-authored-by: Roman Perekhod <rperekhod@owncloud.com> Co-authored-by: Martin <github@diemattels.at> Co-authored-by: Edith Parzefall <edith_parzefall@gmx.de>
This commit is contained in:
co-authored by
Martin
Edith Parzefall
Roman Perekhod
parent
862ad4d0f2
commit
2e7b423dcc
@@ -42,7 +42,7 @@ func Server(cfg *config.Config) *cli.Command {
|
||||
|
||||
defer cancel()
|
||||
|
||||
rCfg, err := revaconfig.FrontendConfigFromStruct(cfg)
|
||||
rCfg, err := revaconfig.FrontendConfigFromStruct(cfg, logger)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user