From c5952a99ab3805035cafd0825735e4ee2ea82897 Mon Sep 17 00:00:00 2001 From: Daniel Hromada Date: Wed, 26 Jan 2011 23:31:28 +0100 Subject: [PATCH] making password change possible by excluding ldap stuff --- wwwroot/inc/eventz/set_password.inc | 3 --- 1 file changed, 3 deletions(-) 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); -- 2.30.2