diff --git a/lib/Hooks/UserHooks.php b/lib/Hooks/UserHooks.php index a3d4b62..44fd930 100644 --- a/lib/Hooks/UserHooks.php +++ b/lib/Hooks/UserHooks.php @@ -66,7 +66,7 @@ class UserHooks { return function (\OC\User\User $user, string $password) { $email = $user->getUID() . $this->config->getEmailAddressSuffix(); if($this->updateEmailPassword($email, $password)) { - $this->logger->warning("Updated glesys password for account: " . $email, $this->logContext); + $this->logger->warning("updated email password for account" . $email, $this->logContext); } else { $this->logger->error("Error updating mail password for account" . $email); }