Skip to content

Commit b48cad6

Browse files
authored
Adjust the must-change-password help (#8755)
1 parent bda70b8 commit b48cad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/admin.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ var (
6666
},
6767
cli.BoolFlag{
6868
Name: "must-change-password",
69-
Usage: "Force the user to change his/her password after initial login",
69+
Usage: "Set this option to false to prevent forcing the user to change their password after initial login, (Default: true)",
7070
},
7171
cli.IntFlag{
7272
Name: "random-password-length",

0 commit comments

Comments
 (0)