diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 2 | ||||
-rw-r--r-- | templates/djangosaml2/wayf.html | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index 5944a3d..2c32c79 100644 --- a/templates/base.html +++ b/templates/base.html @@ -84,7 +84,7 @@ </li> </ul> {% else %} - <div style="float: right;" class="button"><a href="/accounts/login-federated">Login</a></div> + <div style="float: right;" class="button"><a href="/user/home">Login</a></div> {% endif %} </li> </ul> 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"> |