Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d803bb7 commit 4827d9eCopy full SHA for 4827d9e
cli/usercreate.go
@@ -53,7 +53,7 @@ func userCreate() *cobra.Command {
53
}
54
55
if password == "" {
56
- password, err = cryptorand.StringCharset(cryptorand.Human, 12)
+ password, err = cryptorand.StringCharset(cryptorand.Human, 20)
57
if err != nil {
58
return err
59
0 commit comments