From b0b3813d00b7d5cdd789dcef050c25d68fb2867e Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 5 Nov 2015 01:35:51 +0000 Subject: [PATCH] s/fedoauth/ipsilon/ Signed-off-by: Patrick Uiterwijk --- roles/ipsilon/files/templates/login/index.html | 2 +- roles/ipsilon/files/templates/openid/consent_form.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/ipsilon/files/templates/login/index.html b/roles/ipsilon/files/templates/login/index.html index fadcca8d38..14ec837d8d 100644 --- a/roles/ipsilon/files/templates/login/index.html +++ b/roles/ipsilon/files/templates/login/index.html @@ -1,7 +1,7 @@ {% extends "layout.html" %} {% block title %}Login{% endblock %} {% block toptext %} -{{ login_target }} is asking to authenticate using FedOAuth +{{ login_target }} is asking to authenticate using Ipsilon {% endblock %} {% block main %}
diff --git a/roles/ipsilon/files/templates/openid/consent_form.html b/roles/ipsilon/files/templates/openid/consent_form.html index fba03778e4..b0b254c6c3 100644 --- a/roles/ipsilon/files/templates/openid/consent_form.html +++ b/roles/ipsilon/files/templates/openid/consent_form.html @@ -1,6 +1,6 @@ {% extends "layout.html" %} {% block toptext %} -{{trustroot}} is asking to authenticate via OpenID using FedOAuth +{{trustroot}} is asking to authenticate via OpenID using Ipsilon {% endblock %} {% block main %} Review the authorization details