Loading htdocs/create.php +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ if (has_invalid_password_characters($pw)) { sendAPIResponse(400, createAPIResponse("password", $error_string)); } if (in_array($mbox, array('abuse', 'hostmaster', 'postmaster', 'webmaster', 'postmaster', 'root', 'sendmail', 'postfix', 'contact', 'info', 'sales', 'marketing', 'news', 'newsletter', 'eelo', 'job', 'jobs', 'career', 'admin', 'legal', 'apache', 'postfix', 'mysql', 'support'))) { if (in_array($mbox, array('abuse', 'hostmaster', 'postmaster', 'webmaster', 'postmaster', 'root', 'sendmail', 'postfix', 'contact', 'info', 'sales', 'marketing', 'news', 'newsletter', 'eelo', 'job', 'jobs', 'career', 'admin', 'legal', 'apache', 'postfix', 'mysql', 'support', 'noreply', 'murena', 'efoundation'))) { $error_string = $strings["error_account_forbidden"]; $error_string = str_replace("___username___", $mbox, $error_string); sendAPIResponse(400, createAPIResponse("username", $error_string)); Loading Loading
htdocs/create.php +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ if (has_invalid_password_characters($pw)) { sendAPIResponse(400, createAPIResponse("password", $error_string)); } if (in_array($mbox, array('abuse', 'hostmaster', 'postmaster', 'webmaster', 'postmaster', 'root', 'sendmail', 'postfix', 'contact', 'info', 'sales', 'marketing', 'news', 'newsletter', 'eelo', 'job', 'jobs', 'career', 'admin', 'legal', 'apache', 'postfix', 'mysql', 'support'))) { if (in_array($mbox, array('abuse', 'hostmaster', 'postmaster', 'webmaster', 'postmaster', 'root', 'sendmail', 'postfix', 'contact', 'info', 'sales', 'marketing', 'news', 'newsletter', 'eelo', 'job', 'jobs', 'career', 'admin', 'legal', 'apache', 'postfix', 'mysql', 'support', 'noreply', 'murena', 'efoundation'))) { $error_string = $strings["error_account_forbidden"]; $error_string = str_replace("___username___", $mbox, $error_string); sendAPIResponse(400, createAPIResponse("username", $error_string)); Loading