Skip to content

Commit

Permalink
Adjust the must-change-password help (#8755)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeripath authored Oct 30, 2019
1 parent bda70b8 commit b48cad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/admin.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ var (
},
cli.BoolFlag{
Name: "must-change-password",
Usage: "Force the user to change his/her password after initial login",
Usage: "Set this option to false to prevent forcing the user to change their password after initial login, (Default: true)",
},
cli.IntFlag{
Name: "random-password-length",
Expand Down

0 comments on commit b48cad6

Please sign in to comment.