X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=wwwroot%2Finc%2Feventz%2Freset_password.inc;fp=wwwroot%2Finc%2Feventz%2Freset_password.inc;h=3c5f205ce43c5a58c3c4f2cef3f7d8c8e9a5251b;hb=71a598e9ace080c3a636a39cc110e1ed169a1a4e;hp=883b7b86b75b5e59be1e006a6805aea9b631e927;hpb=d2cf0fe02b06534a460bd8f9dc814007dc66ac41;p=mirrors%2FKyberia-bloodline.git diff --git a/wwwroot/inc/eventz/reset_password.inc b/wwwroot/inc/eventz/reset_password.inc index 883b7b8..3c5f205 100644 --- a/wwwroot/inc/eventz/reset_password.inc +++ b/wwwroot/inc/eventz/reset_password.inc @@ -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; } ?>