diff options
-rw-r--r-- | account.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/account.php b/account.php index f39cdb483..52f8c2a24 100644 --- a/account.php +++ b/account.php @@ -394,12 +394,6 @@ function account_track_site() { $theme->footer(); } -// Security check: -if (strstr($name, " ") || strstr($hash, " ")) { - watchdog("error", "account: attempt to provide malicious input through URI"); - exit(); -} - switch ($op) { case t("E-mail new password"): account_email_submit(check_input($userid), check_input($email)); |