diff --git a/dev/Styles/User/Layout.less b/dev/Styles/User/Layout.less index 1488f9897..d0503e54e 100644 --- a/dev/Styles/User/Layout.less +++ b/dev/Styles/User/Layout.less @@ -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; diff --git a/plugins/change-password-hestia/driver.php b/plugins/change-password-hestia/driver.php index d177123b8..4ffa0a1c0 100644 --- a/plugins/change-password-hestia/driver.php +++ b/plugins/change-password-hestia/driver.php @@ -47,7 +47,7 @@ class ChangePasswordHestiaDriver $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(); diff --git a/plugins/change-password-hestia/index.php b/plugins/change-password-hestia/index.php index a5a4b4054..d19d30667 100644 --- a/plugins/change-password-hestia/index.php +++ b/plugins/change-password-hestia/index.php @@ -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',