`create-users`: default to setting no password in prompt
This commit is contained in:
parent
b9a1d91630
commit
51302d75f0
|
@ -140,6 +140,7 @@ async fn create_users(
|
||||||
"Do you want to set a password for user '{}'?",
|
"Do you want to set a password for user '{}'?",
|
||||||
username
|
username
|
||||||
))
|
))
|
||||||
|
.default(false)
|
||||||
.interact()?
|
.interact()?
|
||||||
{
|
{
|
||||||
let password = read_password_from_stdin_with_double_check(username)?;
|
let password = read_password_from_stdin_with_double_check(username)?;
|
||||||
|
|
Loading…
Reference in New Issue