]> source.dussan.org Git - gitea.git/commitdiff
Adjust the must-change-password help (#8755)
authorzeripath <art27@cantab.net>
Wed, 30 Oct 2019 18:28:14 +0000 (18:28 +0000)
committerGitHub <noreply@github.com>
Wed, 30 Oct 2019 18:28:14 +0000 (18:28 +0000)
cmd/admin.go

index 4346159febf818367bc66224ec8a9b32457caacd..83ced76c966f83f68884e92d795144d1e13c4848 100644 (file)
@@ -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",