Skip to content
Snippets Groups Projects
Commit 039c4118 authored by ale's avatar ale
Browse files

Allow setting sso-server login_username_label

parent 44789203
No related branches found
No related tags found
No related merge requests found
...@@ -78,3 +78,6 @@ site_name: {{ sso_site_title }} ...@@ -78,3 +78,6 @@ site_name: {{ sso_site_title }}
{% if sso_favicon is defined %} {% if sso_favicon is defined %}
site_favicon: {{ sso_favicon }} site_favicon: {{ sso_favicon }}
{% endif %} {% endif %}
{% if sso_login_username_label is defined %}
login_username_label: {{ sso_login_username_label }}
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment