modules/XC/CrispWhiteSkin/templates/web/customer/authorization/parts/field.message.twig line 1

Open in your IDE?
  1. {##
  2.  # Field : username
  3.  #
  4.  # @ListChild (list="customer.signin.fields", weight="300")
  5.  # @ListChild (list="customer.signin.popup.fields", weight="300")
  6.  #}
  7. {% if not this.get('valid') %}
  8.   <tr>
  9.       <td class="error-message">
  10.         {{ t('Invalid login or password') }}
  11.         <a href="{{ xurl('recover_password') }}">{{ t('Forgot password') }}?</a>
  12.       </td>
  13.   </tr>
  14. {% endif %}