|
|
@@ -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;
|
|
|
}
|