|
@@ -272,6 +272,13 @@ function zimbraSingleChangePassword($userData) {
|
|
|
if ($passDecrypt['result'] == 'success') {
|
|
if ($passDecrypt['result'] == 'success') {
|
|
|
$userData['password'] = $passDecrypt['password'];
|
|
$userData['password'] = $passDecrypt['password'];
|
|
|
}
|
|
}
|
|
|
|
|
+ logModuleCall(
|
|
|
|
|
+ 'zimbrasingle',
|
|
|
|
|
+ __FUNCTION__,
|
|
|
|
|
+ $userData,
|
|
|
|
|
+ "Debug",
|
|
|
|
|
+ $passDecrypt
|
|
|
|
|
+ );
|
|
|
if ($checkPW = zimbraSingleCheckPassword($userData['password'])) {
|
|
if ($checkPW = zimbraSingleCheckPassword($userData['password'])) {
|
|
|
return $checkPW;
|
|
return $checkPW;
|
|
|
}
|
|
}
|