You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -260,12 +266,6 @@ if [[ "${INSTALL_WORDPRESS}" == "1" ]]; then
260
266
exit 1
261
267
fi
262
268
263
-
# Validate DB user before interpolating into SQL
264
-
if [[ -z"${USR}"||${#USR}-lt 8 ||!"${USR}"=~ ^[A-Za-z0-9_]+$ ]];then
265
-
echo"Error: Invalid MariaDB user '${USR}' for domain '${DOMAIN}' (must be at least 8 characters and contain only letters, numbers, or underscores).">&2
266
-
exit 1
267
-
fi
268
-
269
269
# Validate DB password before interpolating into SQL single-quoted string.
270
270
# Allow printable ASCII generally, but reject characters that would break
271
271
# single-quoted SQL interpolation without escaping (' and \).
0 commit comments