making password change possible by excluding ldap stuff
authorDaniel Hromada <hromi@Aphrodité.(none)>
Wed, 26 Jan 2011 22:31:28 +0000 (23:31 +0100)
committerDaniel Hromada <hromi@Aphrodité.(none)>
Wed, 26 Jan 2011 22:31:28 +0000 (23:31 +0100)
wwwroot/inc/eventz/set_password.inc

index c2edfe895b0e59a8b11efb8b16b8c9f5434bd2bc..fce20bc912add08844294a1c09c09bf5bfbe7da9 100644 (file)
@@ -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);
This page took 0.115601 seconds and 4 git commands to generate.