diff --git a/password_recovery.php b/password_recovery.php index 118472b..26de2c6 100644 --- a/password_recovery.php +++ b/password_recovery.php @@ -286,6 +286,7 @@ class password_recovery extends rcube_plugin { if ($result != 0) { $message = $this->gettext('write_failed') . ": " . $result; $type = 'error'; + $this->debug($message); } } else { $save['password'] = crypt($newpassword, '$1$' . rcube_utils::random_bytes(9));