mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 18:19:22 +03:00
Small fixes
This commit is contained in:
parent
adb92ba3ef
commit
d17f249f45
5 changed files with 18 additions and 11 deletions
|
|
@ -2728,7 +2728,8 @@ class Actions
|
|||
$bResult = true;
|
||||
}
|
||||
|
||||
return $this->DefaultResponse(__FUNCTION__, $bResult ? $oConfig->Save() : false);
|
||||
return $this->DefaultResponse(__FUNCTION__, $bResult ?
|
||||
($oConfig->Save() ? array('Weak' => $oConfig->ValidatePassword('12345')) : false) : false);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue