diff options
author | zeripath <art27@cantab.net> | 2019-10-30 18:28:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-30 18:28:14 +0000 |
commit | b48cad6a2aa4811b65c230ed448c3cc083b9516a (patch) | |
tree | 771ffe315a6151f28e12cc1235db54383c90878d /cmd | |
parent | bda70b848fafc0bc74326ac6860b11a500218679 (diff) | |
download | gitea-b48cad6a2aa4811b65c230ed448c3cc083b9516a.tar.gz gitea-b48cad6a2aa4811b65c230ed448c3cc083b9516a.zip |
Adjust the must-change-password help (#8755)
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/admin.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/admin.go b/cmd/admin.go index 4346159feb..83ced76c96 100644 --- a/cmd/admin.go +++ b/cmd/admin.go @@ -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", |