Browse Source

bugfixing

andre 5 years ago
parent
commit
2e90218e95
1 changed files with 2 additions and 2 deletions
  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;
     }