after the registration verification, the registration request shall be put into...
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / eventz / set_password.inc
index 163f0ff60ccf17cb9e6a9fb537dcc07d4f37da12..fce20bc912add08844294a1c09c09bf5bfbe7da9 100644 (file)
@@ -26,9 +26,6 @@ function set_password() {
                return false;
        }
 
-       //changing in LDAP
-        require(SYSTEM_ROOT.'/inc/ldap.inc');
-       LDAPuser::change_pass_forced($user_id,$new_password1);
 
        //changing in MySQL
        $password=md5($new_password1);
This page took 0.142133 seconds and 4 git commands to generate.