reset_passwod final fix
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / eventz / reset_password.inc
index 3c5f205ce43c5a58c3c4f2cef3f7d8c8e9a5251b..ecaae400660b6cfb2f55e9104bd1b3c5dfe3c6a3 100644 (file)
@@ -9,16 +9,19 @@ function reset_password() {
 
        if ($login == '') {
                $error="Please enter name or id";
+               print "$error";
                return false;
        }
 
        if ($password1 == '' || $password2 == '') {
                $error="Please enter password";
+               print "$error";
                return false;
        }
 
        if ($password1 != $password2) {
                $error = "The two passwords that you entered do not match.";
+               print "$error";
                return false;
        }
 
This page took 0.090499 seconds and 4 git commands to generate.