*/ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "partials/user/user-security.html.twig")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "partials/user/user-security.html.twig")); // line 1 yield "

Security

"; // line 12 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["user"] ?? null), "roles", [], "any", false, true, false, 12), "ROLE_SUPERADMIN", [], "any", true, true, false, 12) || (CoreExtension::getAttribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 12, $this->source); })()), "id", [], "any", false, false, false, 12) == CoreExtension::getAttribute($this->env, $this->source, (isset($context["user"]) || array_key_exists("user", $context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.', 12, $this->source); })()), "id", [], "any", false, false, false, 12)))) { // line 13 yield " "; } // line 15 yield "
"; // line 21 if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["user"] ?? null), "roles", [], "any", false, true, false, 21), "ROLE_SUPERADMIN", [], "any", true, true, false, 21) || (CoreExtension::getAttribute($this->env, $this->source, (isset($context["data"]) || array_key_exists("data", $context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.', 21, $this->source); })()), "id", [], "any", false, false, false, 21) == CoreExtension::getAttribute($this->env, $this->source, (isset($context["user"]) || array_key_exists("user", $context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.', 21, $this->source); })()), "id", [], "any", false, false, false, 21)))) { // line 22 yield " "; } // line 24 yield "
Passwords should contain:
  • at least 12 characters
  • no more than 32 characters
  • at least 1 capital letter
  • at least 1 number
  • at least 1 symbol (e.g. '!', '\$', '*'')
  • no more than 2 identicle consecutive characters (e.g 'aa' = ok, 'aaa' = bad)
Leave password boxes empty if you do not wish to change password
"; $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "partials/user/user-security.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 116 => 54, 112 => 52, 110 => 51, 81 => 24, 77 => 22, 75 => 21, 67 => 15, 63 => 13, 61 => 12, 48 => 1,); } public function getSourceContext(): Source { return new Source("

Security

{% if user.roles.ROLE_SUPERADMIN is defined or data.id == user.id %} {% endif %}
{% if user.roles.ROLE_SUPERADMIN is defined or data.id == user.id %} {% endif %}
Passwords should contain:
  • at least 12 characters
  • no more than 32 characters
  • at least 1 capital letter
  • at least 1 number
  • at least 1 symbol (e.g. '!', '\$', '*'')
  • no more than 2 identicle consecutive characters (e.g 'aa' = ok, 'aaa' = bad)
Leave password boxes empty if you do not wish to change password
", "partials/user/user-security.html.twig", "/var/www/cds-intranet/app/templates/partials/user/user-security.html.twig"); } }