[feat] Use setup user+pass for TheHive, Cortex, and Fleet as well

This commit is contained in:
William Wernert
2020-07-10 14:40:04 -04:00
parent 67c8836cd6
commit f56811e745
4 changed files with 19 additions and 17 deletions
+2 -1
View File
@@ -252,7 +252,8 @@ whiptail_create_web_user() {
[ -n "$TESTING" ] && return
WEBUSER=$(whiptail --title "Security Onion Install" --inputbox \
"Please enter an email address to create an administrator account for the web interface." 10 60 3>&1 1>&2 2>&3)
"Please enter an email address to create an administrator account for the web interface. \
This will also be used for TheHive, Cortex, and Fleet" 10 60 3>&1 1>&2 2>&3)
local exitstatus=$?
whiptail_check_exitstatus $exitstatus