{# SPDX-FileCopyrightText: 2015-2018 CERN. SPDX-License-Identifier: MIT #} {%- extends config.OAUTHCLIENT_SETTINGS_TEMPLATE %} {% set panel_title = _("Linked accounts") %} {% set panel_icon = "fa fa-link" %} {% set num_linked_services = services|selectattr("account")|list|length %} {% set can_disconnect = (num_linked_services > 1 or not only_external_login) %} {% block settings_body %}
{% block oauth_body_text %}

{{ _('Tired of entering password for %(sitename)s every time you sign in? Set up single sign-on with one or more of the services below:', sitename=config.THEME_SITENAME) }}

{% endblock oauth_body_text %}
{% endblock %}