From: Daniel Hromada Date: Wed, 26 Jan 2011 22:31:28 +0000 (+0100) Subject: making password change possible by excluding ldap stuff X-Git-Url: https://git.harvie.cz/?a=commitdiff_plain;h=c5952a99ab3805035cafd0825735e4ee2ea82897;p=mirrors%2FKyberia-bloodline.git making password change possible by excluding ldap stuff --- 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);