source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
"; // line 3 echo PhpMyAdmin\Url::getHiddenInputs(); echo " "; // line 4 if (($context["is_privileges"] ?? null)) { // line 5 echo " env, ($context["username"] ?? null), "html", null, true); echo "\"> env, ($context["hostname"] ?? null), "html", null, true); echo "\"> "; } // line 8 echo "
"; echo _gettext("Change password"); echo " "; // line 37 if (( !($context["is_new"] ?? null) || (($context["is_new"] ?? null) && ($context["has_more_auth_plugins"] ?? null)))) { // line 38 echo " "; } // line 51 echo "
"; // line 24 echo _gettext("Enter:"); echo "      "; // line 28 echo _pgettext( "Password strength", "Strength:"); echo "
"; // line 32 echo _gettext("Re-type:"); echo " 
"; // line 55 if ((($context["is_new"] ?? null) && ($context["has_more_auth_plugins"] ?? null))) { // line 56 echo " "; // line 57 ob_start(function () { return ''; }); // line 58 echo " "; echo _gettext("This method requires using an 'SSL connection' or an 'unencrypted connection that encrypts the password using RSA'; while connecting to the server."); // line 61 echo " "; echo \PhpMyAdmin\Html\MySQLDocumentation::show("sha256-authentication-plugin"); echo " "; $___internal_a64ddecfac0ee22279799706ee31999f50ded1cb8c6394c10990b6ce22b4588c_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); // line 57 echo call_user_func_array($this->env->getFilter('notice')->getCallable(), [$___internal_a64ddecfac0ee22279799706ee31999f50ded1cb8c6394c10990b6ce22b4588c_]); // line 63 echo " "; } // line 65 echo "
"; } public function getTemplateName() { return "server/privileges/change_password.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 185 => 70, 178 => 65, 174 => 63, 172 => 57, 166 => 61, 163 => 58, 161 => 57, 156 => 56, 154 => 55, 148 => 51, 142 => 47, 129 => 45, 125 => 44, 118 => 40, 114 => 38, 112 => 37, 104 => 32, 97 => 28, 90 => 24, 84 => 21, 75 => 15, 65 => 10, 61 => 8, 56 => 6, 51 => 5, 49 => 4, 45 => 3, 39 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "server/privileges/change_password.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/server/privileges/change_password.twig"); } }