{# * Portal Login Print Page * * @package OpenEMR * @link http://www.open-emr.org * @author Stephen Nielson * @author Jerry Padgett * @copyright Copyright (c) 2022 Discover and Change, Inc. * @copyright Copyright (c) 2024 Jerry Padgett * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3 #} {% block head %} {{ setupHeader(['opener']) }} {% endblock %}
{% if (credMessage is not empty) %} {% else %}

{{ "Generate Username And Password For"|xlt }} {{ fname|text }}

{% if enforce_signin_email %}
{% if email_direct is not empty %} {{ email_direct|text }} {% else %} {{ "Is Required. Please Add in Contacts."|xlt}} {% endif %}
{% endif %} {% if (forced_reset_option == '2') %}
{% endif %}
{% if extensionsFormFields is not empty %} {% for file, data in extensionsFormFields %} {# Extension writers can overload the patient/partials in their module and include their own data #} {% include 'patient/partials/' ~ file ~ '.html.twig' with data %} {% endfor %} {% endif %} {{ 'Save'|xlt }} {{ 'Cancel'|xlt }}
{% endif %}