Code

Updated style
[gosa.git] / gosa-core / html / index.php
index 8b7852860eba9a77cccd7761a7b2d72eb56efce3..ebae5e52f7393fd19fcd7bf03632e85fdbd6fac5 100644 (file)
@@ -295,7 +295,7 @@ if (($_SERVER["REQUEST_METHOD"] == "POST" && isset($_POST['login'])) || $htacces
   $ok= true;
   if (!$htaccess_authenticated){
     $username= $_POST["username"];
-    if (!ereg("^[@A-Za-z0-9_.-]+$", $username)){
+    if (!preg_match("/^[@A-Za-z0-9_.-]+$/", $username)){
       $message= _("Please specify a valid username!");
       $ok= false;
     } elseif (mb_strlen($_POST["password"], 'UTF-8') == 0){