diff --git a/cli/usercreate.go b/cli/usercreate.go index dd65282202060..203686d6ff720 100644 --- a/cli/usercreate.go +++ b/cli/usercreate.go @@ -53,7 +53,7 @@ func userCreate() *cobra.Command { } } if password == "" { - password, err = cryptorand.StringCharset(cryptorand.Human, 12) + password, err = cryptorand.StringCharset(cryptorand.Human, 20) if err != nil { return err }