浏览代码

bugfixing

andre 5 年之前
父节点
当前提交
2e90218e95
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      zimbraSingle.inc

+ 2 - 2
zimbraSingle.inc

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