X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=wwwroot%2Finc%2Feventz%2Fset_password.inc;h=fce20bc912add08844294a1c09c09bf5bfbe7da9;hb=b31f1d6db894917a63172d63fbb662b8f03b6440;hp=c2edfe895b0e59a8b11efb8b16b8c9f5434bd2bc;hpb=e909f81b8c7e4413f5788b36d8fbf2409ac11f46;p=mirrors%2FKyberia-bloodline.git diff --git a/wwwroot/inc/eventz/set_password.inc b/wwwroot/inc/eventz/set_password.inc index c2edfe8..fce20bc 100644 --- a/wwwroot/inc/eventz/set_password.inc +++ b/wwwroot/inc/eventz/set_password.inc @@ -26,9 +26,6 @@ function set_password() { return false; } - //changing in LDAP - require(INCLUDE_DIR.'ldap.inc'); - LDAPuser::change_pass_forced($user_id,$new_password1); //changing in MySQL $password=md5($new_password1);