Misc 6 #77

Merged
oysteikt merged 9 commits from misc into main 2024-08-19 18:14:14 +02:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 51302d75f0 - Show all commits

View File

@ -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)?;