|
|
@@ -26,7 +26,6 @@ if [[ "$account" =~ [[:upper:]] ]]; then
|
|
|
account=$(echo "$account" |tr '[:upper:]' '[:lower:]')
|
|
|
fi
|
|
|
|
|
|
-
|
|
|
#----------------------------------------------------------#
|
|
|
# Verifications #
|
|
|
#----------------------------------------------------------#
|
|
|
@@ -46,6 +45,9 @@ is_mail_new "$account"
|
|
|
is_password_valid
|
|
|
|
|
|
|
|
|
+# Perform verification if read-only mode is enabled
|
|
|
+check_hestia_demo_mode
|
|
|
+
|
|
|
#----------------------------------------------------------#
|
|
|
# Action #
|
|
|
#----------------------------------------------------------#
|