ソースを参照

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

読み込み中…
キャンセル
保存