register event now also generates fixed Jabber ID
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / eventz / reset_password.inc
index 8c3554e561c53887216c1b3a42998e9bb533b76d..0f657e40639e3f782ba1fadfd0d3612927c33f5e 100644 (file)
@@ -48,10 +48,10 @@ function reset_password() {
     $q="update users set password='$password' where user_id='$user_id'";
     $db->query($q);
 
-    require(SYSTEM_ROOT.'/inc/ldap.inc');
+    require(INCLUDE_DIR.'ldap.inc');
     LDAPuser::change_pass_forced($user_id,$password1);
 
     $error="Password changed. Now you can login with your new password.";
     return false;
 }
-?>
\ No newline at end of file
+?>
This page took 0.102772 seconds and 4 git commands to generate.