Browse Source

Adjust the must-change-password help (#8755)

for-closed-social
zeripath 4 years ago
committed by GitHub
parent
commit
b48cad6a2a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cmd/admin.go

+ 1
- 1
cmd/admin.go View 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",

Loading…
Cancel
Save