mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-11 03:32:53 +01:00
check for invalid characters in fleet user password
This commit is contained in:
@@ -351,6 +351,10 @@ collect_fleetuser_inputs() {
|
|||||||
FPMATCH=no
|
FPMATCH=no
|
||||||
while [[ $FPMATCH != yes ]]; do
|
while [[ $FPMATCH != yes ]]; do
|
||||||
whiptail_create_fleet_node_user_password1
|
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
|
whiptail_create_fleet_node_user_password2
|
||||||
check_fleet_node_pass
|
check_fleet_node_pass
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user