templates/panel/security/reset/trigger.html.twig line 1

Open in your IDE?
  1. {% extends 'panel/security/reset/form.html.twig' %}
  2. {% block header_title %}{{ 'Resetting password'|trans }}{% endblock %}
  3. {% block additionalflash %}
  4.     <div class="my-4 alert alert-info">
  5.         <i class="fa fa-info-circle"></i>
  6.         {{ 'Please provide email address associated with your account. Link to password changing screen will be sent there.'|trans }}
  7.     </div>
  8. {% endblock %}