Don't forget the -r on the second password prompt.
PR: bin/53550
This commit is contained in:
parent
595e66393f
commit
09d2651812
@ -638,7 +638,7 @@ input_interactive() {
|
||||
read -r upass
|
||||
echo''
|
||||
echo -n "Enter password again: "
|
||||
read _passconfirm
|
||||
read -r _passconfirm
|
||||
echo ''
|
||||
stty echo
|
||||
# if user entered a blank password
|
||||
|
Loading…
Reference in New Issue
Block a user