mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 10:42:54 +01:00
check for invalid characters in fleet user password
This commit is contained in:
@@ -351,6 +351,10 @@ collect_fleetuser_inputs() {
|
||||
FPMATCH=no
|
||||
while [[ $FPMATCH != yes ]]; do
|
||||
whiptail_create_fleet_node_user_password1
|
||||
while ! check_password "$FLEETNODEPASSWD1"; do
|
||||
whiptail_invalid_pass_characters_warning
|
||||
whiptail_create_fleet_node_user_password1
|
||||
done
|
||||
whiptail_create_fleet_node_user_password2
|
||||
check_fleet_node_pass
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user