diff --git a/src/cli/user_command.rs b/src/cli/user_command.rs index 8e51095..c49bff1 100644 --- a/src/cli/user_command.rs +++ b/src/cli/user_command.rs @@ -140,6 +140,7 @@ async fn create_users( "Do you want to set a password for user '{}'?", username )) + .default(false) .interact()? { let password = read_password_from_stdin_with_double_check(username)?;