mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-27 16:56:44 +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;
|
||||
if ($this->oLogger)
|
||||
{
|
||||
$this->oLogger->Write('Success! Password was changed.');
|
||||
$this->oLogger->Write('Success! The password was changed.');
|
||||
}
|
||||
} else {
|
||||
$bResult = false;
|
||||
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