reset_password fix
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / eventz / reset_password.inc
index 883b7b86b75b5e59be1e006a6805aea9b631e927..3c5f205ce43c5a58c3c4f2cef3f7d8c8e9a5251b 100644 (file)
@@ -29,8 +29,8 @@ function reset_password() {
                $login_id=0;
        }
        $error=nodes::resetPassword($login_id,$login,$vercode,$password1);
+       print "$error\n";
        
-       $error="Password changed. Now you can login with your new password.";
        return 0;
 }
 ?>
This page took 0.128691 seconds and 4 git commands to generate.