Skip to content

Commit

Permalink
Merge branch 'master' of github.com:the-djmaze/snappymail
Browse files Browse the repository at this point in the history
  • Loading branch information
the-djmaze committed May 23, 2023
2 parents 197f597 + 3340e0b commit e90ecd4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev/Styles/User/Layout.less
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ html.rl-left-panel-disabled {
background: var(--main-bg-color, #aaa);
border-right: 1px solid var(--border-color, #ddd);
position: fixed;
left: 0;
/* left: 0; RTL issue*/
top: 0;
bottom: 0;
width: 50vw;
Expand Down
2 changes: 1 addition & 1 deletion plugins/change-password-hestia/driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function ChangePassword(\RainLoop\Model\Account $oAccount, string $sPrevP

$this->oLogger->Write("Hestia: Try to change password for {$oAccount->Email()}");

$sHost = $this->oConfig->Get('plugin', 'hestia_login');
$sHost = $this->oConfig->Get('plugin', 'hestia_host');
$sPort = $this->oConfig->Get('plugin', 'hestia_port');

$HTTP = \SnappyMail\HTTP\Request::factory();
Expand Down
2 changes: 1 addition & 1 deletion plugins/change-password-hestia/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class ChangePasswordHestiaPlugin extends \RainLoop\Plugins\AbstractPlugin
const
NAME = 'Change Password Hestia',
AUTHOR = 'Jaap Marcus',
VERSION = '1.1',
VERSION = '1.2',
RELEASE = '2023-05-16',
REQUIRED = '2.16.3',
CATEGORY = 'Security',
Expand Down

0 comments on commit e90ecd4

Please sign in to comment.