Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb7087e2 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

updated config varible

parent 360dd783
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
+		}
+