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

Commit 4fe61ba1 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

updated config variable to passwords.enable_change_password_form

parent bb7087e2
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('enable_change_password_form', false)) {
+		if (!$this->config->getSystemValueBool('passwords.enable_change_password_form', false)) {
+			return false;
+		}
+