source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
"; // line 2 echo _gettext("Login Information"); echo "
env, ($context["username_length"] ?? null), "html", null, true); echo "\" title=\""; echo _gettext("User name"); echo "\""; // line 12 if ( !twig_test_empty(($context["g_username"] ?? null))) { echo " value=\""; echo twig_escape_filter($this->env, (( !(null === ($context["g_new_username"] ?? null))) ? (($context["g_new_username"] ?? null)) : (($context["g_username"] ?? null))), "html", null, true); echo "\""; } // line 13 echo ((((null === ($context["pred_username"] ?? null)) || (($context["pred_username"] ?? null) == "userdefined"))) ? (" required") : ("")); echo ">
"; // line 16 echo call_user_func_array($this->env->getFilter('notice')->getCallable(), [_gettext("An account already exists with the same username but possibly a different hostname.")]); echo "
env, ($context["hostname_length"] ?? null), "html", null, true); echo "\" value=\""; echo twig_escape_filter($this->env, ((array_key_exists("g_hostname", $context)) ? (_twig_default_filter(($context["g_hostname"] ?? null), "%")) : ("%")), "html", null, true); echo "\" title=\""; // line 37 echo _gettext("Host name"); echo "\""; echo (((($context["pred_hostname"] ?? null) == "userdefined")) ? (" required") : ("")); echo "> "; // line 39 echo \PhpMyAdmin\Html\Generator::showHint(_gettext("When Host table is used, this field is ignored and values stored in Host table are used instead.")); echo "
"; // line 54 echo _pgettext( "Password strength", "Strength:"); echo "
 
 
"; // line 82 ob_start(function () { return ''; }); // line 83 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 86 echo " "; echo \PhpMyAdmin\Html\MySQLDocumentation::show("sha256-authentication-plugin"); echo " "; $___internal_329651aadd39d0f8308842482e12a6fb32dabaf99d2a06d3dfb6b03df6203a44_ = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset()); // line 82 echo call_user_func_array($this->env->getFilter('notice')->getCallable(), [$___internal_329651aadd39d0f8308842482e12a6fb32dabaf99d2a06d3dfb6b03df6203a44_]); // line 88 echo "
"; // line 91 echo "
"; } public function getTemplateName() { return "server/privileges/login_information_fields.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 287 => 91, 283 => 88, 281 => 82, 275 => 86, 272 => 83, 270 => 82, 266 => 81, 262 => 79, 249 => 77, 245 => 76, 239 => 72, 236 => 71, 233 => 70, 230 => 69, 227 => 68, 225 => 67, 215 => 62, 210 => 60, 201 => 54, 195 => 53, 187 => 50, 180 => 49, 174 => 47, 172 => 46, 168 => 45, 163 => 43, 156 => 39, 149 => 37, 144 => 36, 136 => 33, 129 => 32, 121 => 30, 119 => 29, 113 => 28, 107 => 27, 103 => 26, 100 => 25, 96 => 23, 94 => 22, 85 => 16, 79 => 13, 73 => 12, 68 => 11, 60 => 8, 54 => 7, 50 => 6, 45 => 4, 40 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "server/privileges/login_information_fields.twig", "/var/www/localhost/htdocs/phpmyadmin/templates/server/privileges/login_information_fields.twig"); } }