mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 08:27:03 +03:00
Merge branch 'master' of github.com:the-djmaze/snappymail
This commit is contained in:
commit
e90ecd472c
3 changed files with 3 additions and 3 deletions
|
|
@ -168,7 +168,7 @@ html.rl-left-panel-disabled {
|
||||||
background: var(--main-bg-color, #aaa);
|
background: var(--main-bg-color, #aaa);
|
||||||
border-right: 1px solid var(--border-color, #ddd);
|
border-right: 1px solid var(--border-color, #ddd);
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 0;
|
/* left: 0; RTL issue*/
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 50vw;
|
width: 50vw;
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@ class ChangePasswordHestiaDriver
|
||||||
|
|
||||||
$this->oLogger->Write("Hestia: Try to change password for {$oAccount->Email()}");
|
$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');
|
$sPort = $this->oConfig->Get('plugin', 'hestia_port');
|
||||||
|
|
||||||
$HTTP = \SnappyMail\HTTP\Request::factory();
|
$HTTP = \SnappyMail\HTTP\Request::factory();
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ class ChangePasswordHestiaPlugin extends \RainLoop\Plugins\AbstractPlugin
|
||||||
const
|
const
|
||||||
NAME = 'Change Password Hestia',
|
NAME = 'Change Password Hestia',
|
||||||
AUTHOR = 'Jaap Marcus',
|
AUTHOR = 'Jaap Marcus',
|
||||||
VERSION = '1.1',
|
VERSION = '1.2',
|
||||||
RELEASE = '2023-05-16',
|
RELEASE = '2023-05-16',
|
||||||
REQUIRED = '2.16.3',
|
REQUIRED = '2.16.3',
|
||||||
CATEGORY = 'Security',
|
CATEGORY = 'Security',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue