浏览代码

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

tags/v1.11.0-rc1
zeripath 4 年前
父节点
当前提交
b48cad6a2a
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      cmd/admin.go

+ 1
- 1
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",

正在加载...
取消
保存