mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Update ChangePasswordCyberPanel.php
This commit is contained in:
parent
e84c2742e8
commit
e157fb02a5
1 changed files with 2 additions and 2 deletions
|
|
@ -114,13 +114,13 @@ class ChangePasswordCyberPanel implements \RainLoop\Providers\ChangePassword\Cha
|
||||||
$bResult = true;
|
$bResult = true;
|
||||||
if ($this->oLogger)
|
if ($this->oLogger)
|
||||||
{
|
{
|
||||||
$this->oLogger->Write('Success! Password was changed.');
|
$this->oLogger->Write('Success! The password was changed.');
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$bResult = false;
|
$bResult = false;
|
||||||
if ($this->oLogger)
|
if ($this->oLogger)
|
||||||
{
|
{
|
||||||
$this->oLogger->Write('Something went wrong. Either the current password is incorrect or new password does not match the criteria.');
|
$this->oLogger->Write('Something went wrong. Either the current password is incorrect or the new password does not match the criteria.');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue