andre 5 vuotta sitten
vanhempi
commit
2e90218e95
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      zimbraSingle.inc

+ 2 - 2
zimbraSingle.inc

@@ -275,10 +275,10 @@ function zimbraSingleChangePassword($userData) {
         "Debug",
         ""
     );
-$passDecrypt = localAPI('DecryptPassword', array('password2' => $userData['password']));
+/*    $passDecrypt = localAPI('DecryptPassword', array('password2' => $userData['password']));
     if ($passDecrypt['result'] == 'success') {
         $userData['password'] = $passDecrypt['password'];
-    }
+    }*/
     if ($checkPW = zimbraSingleCheckPassword($userData['password'])) {
         return $checkPW;
     }