diff --git a/inc/sites.inc b/inc/sites.inc index 8a7909f4..56acaad9 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -279,7 +279,7 @@ NEWSITE(){ fi fi if [ -z ${SECURE+x} ]; then - echo -e -n "${idsCL[LightCyan]}Secure site with passwords from [ nginx/.htpasswd ](y/N): ${idsCL[Default]}" + echo -e -n "${idsCL[LightCyan]}Secure site with Authelia SSO (y/N): ${idsCL[Default]}" read SECURE showdivide=yes if [[ ${SECURE} =~ ^[Nn]$ ]] || [ "${SECURE}" = "" ]; then