{# A block to render if the login attempt failed * Set login_failure_container_class_list with an array of classes to control the container @package OpenEMR @subpackage Login @author Robert Down @copyright Copyright (c) 2023 Providence Healthtech @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3 #} {% if loginFail == 1 %} {% block login_failure %}

{{ "Invalid username or password"|xlt }}

{% endblock %} {% endif %}