wiki/content/20201116122525-is_impersonator.md

418 B

date id title
2020-11-16 a7b0f7f9-72f1-4065-8b6f-d364caa6155e IS~IMPERSONATOR~

Description

Replacement for ROLEPREVIOUSADMIN

Syntax

{# BEFORE #}
{% if is_granted('ROLE_PREVIOUS_ADMIN') %}
    <a href="...">Exit impersonation</a>
{% endif %}

{# AFTER #}
{% if is_granted('IS_IMPERSONATOR') %}
    <a href="...">Exit impersonation</a>
{% endif %}