Loading patches/040-hide-password-setting-section-encryption-enabled.patch +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ Subject: [PATCH] Hide password settings section when encryption is enabled + return false; + } + + if (!$this->config->getSystemValueBool('password_encrypt_enabled', false)) { + if (!$this->config->getSystemValueBool('enable_change_password_form', false)) { + return false; + } + Loading Loading
patches/040-hide-password-setting-section-encryption-enabled.patch +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ Subject: [PATCH] Hide password settings section when encryption is enabled + return false; + } + + if (!$this->config->getSystemValueBool('password_encrypt_enabled', false)) { + if (!$this->config->getSystemValueBool('enable_change_password_form', false)) { + return false; + } + Loading