mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Support backslashes in SOC passwords
This commit is contained in:
@@ -96,7 +96,7 @@ function updatePassword() {
|
||||
if [[ $? == 0 ]]; then
|
||||
echo "Enter new password:"
|
||||
fi
|
||||
read -s password
|
||||
read -rs password
|
||||
|
||||
validatePassword "$password"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user