fix log messages
This commit is contained in:
parent
cc618ecfda
commit
f312f174ce
@ -66,7 +66,7 @@ class UserHooks {
|
|||||||
return function (\OC\User\User $user, string $password) {
|
return function (\OC\User\User $user, string $password) {
|
||||||
$email = $user->getUID() . $this->config->getEmailAddressSuffix();
|
$email = $user->getUID() . $this->config->getEmailAddressSuffix();
|
||||||
if($this->updateEmailPassword($email, $password)) {
|
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 {
|
} else {
|
||||||
$this->logger->error("Error updating mail password for account" . $email);
|
$this->logger->error("Error updating mail password for account" . $email);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user