- Personal Info {% if session['authentication_type'] == 'LOCAL' %}
- Change Password {% endif %} {% if session['authentication_type'] in ['LOCAL', 'LDAP'] %}
- Authentication {% endif %}
{% if not current_user.password %}
Your account password is managed via LDAP which isn't supported to change here.
{% else %}
{% endif %}
{% endif %}