Update sites.inc
This commit is contained in:
@@ -319,7 +319,7 @@ NEWSITE(){
|
|||||||
read SECURE
|
read SECURE
|
||||||
showdivide=yes
|
showdivide=yes
|
||||||
if [[ ${SECURE} =~ ^[Yy]$ ]]; then
|
if [[ ${SECURE} =~ ^[Yy]$ ]]; then
|
||||||
echo -en "${idsCL[LightCyan]}Would you like a side of MFA with that SSO (Y/n): ${idsCL[Default]}"
|
echo -en "${idsCL[LightCyan]}Would you like to add a side of MFA with that SSO (Y/n): ${idsCL[Default]}"
|
||||||
read MFA
|
read MFA
|
||||||
showdivide=yes
|
showdivide=yes
|
||||||
[[ ${MFA} =~ ^[Yy]$ ]] && SECURE=2FA || SECURE=1FA
|
[[ ${MFA} =~ ^[Yy]$ ]] && SECURE=2FA || SECURE=1FA
|
||||||
|
|||||||
Reference in New Issue
Block a user