diff options
author | Leif Johansson <leifj@sunet.se> | 2012-04-20 10:42:45 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2012-04-20 10:42:45 +0200 |
commit | 131f7f2d869d394ac6e942c1135529033f1e0ca2 (patch) | |
tree | 128e490a425be8e9834ffdc216743c306d96c84e /templates/djangosaml2 | |
parent | 241905ce73223ed97b6ac9c62d8250b9659f6e3a (diff) |
scim v0.1newprofiles2
Diffstat (limited to 'templates/djangosaml2')
-rw-r--r-- | templates/djangosaml2/wayf.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/djangosaml2/wayf.html b/templates/djangosaml2/wayf.html index d2b29ca..91b6f35 100644 --- a/templates/djangosaml2/wayf.html +++ b/templates/djangosaml2/wayf.html @@ -2,7 +2,8 @@ {% block headline %}Login{% endblock %} {% block title %}COIP{% endblock %} {% block main %} -<h1>Login!</h1> + <h1>Authentication Required</h1> + <p>In order to proceed you need to identify yourself to the group service...</p> <p>Please select your <strong>Identity Provider</strong> from the following list:</p> <form action="{% url djangosaml2.views.login %}" method="GET"> <select id="idp" name="idp"> |