We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b502d26 + 9e7841c commit 401446dCopy full SHA for 401446d
configs/airootfs/root/configurator
@@ -121,7 +121,7 @@ user_form() {
121
done
122
123
# Hash the password using yescrypt
124
- password_hash=$(openssl passwd -6 "$password")
+ password_hash=$(openssl passwd -6 pass:"$password")
125
126
full_name=$(gum input --placeholder "Used for git authentication (hit return to skip)" --prompt.foreground="#845DF9" --prompt "Full name> ")
127
email_address=$(gum input --placeholder "Used for git authentication (hit return to skip)" --prompt.foreground="#845DF9" --prompt "Email address> ")
0 commit comments