Skip to content

Commit

Permalink
Related to #817 - added a 401.html page for responding to authenticat…
Browse files Browse the repository at this point in the history
…ion failures

 - Legacy-Id: 4223
  • Loading branch information
Dan York committed Mar 24, 2012
1 parent 9ddf4d3 commit b867d70
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions ietf/templates/401.html
@@ -0,0 +1,20 @@
{# Copyright The IETF Trust 2012, All Rights Reserved #}
{% extends "base.html" %}
{% block title %}401 Unauthorized{% endblock %}
{% block content %}

<img src="/images/ietflogo2e.png" height="80" width="140"/>

<h2>Authentication Required</h2>

<p>The server could not verify that you are authorized to view this page using
the username and password you provided. You can now:</p>

<ul>
<li><a href="/accounts/login/">Attempt to login again</a></li>
<li><a href="/accounts/reset/">Request a password reset</a></li>
</ul>

<p>If you think this is a server error, please contact <a
href="mailto:webtools@ietf.org">webtools@ietf.org</a>.</p>
{% endblock %}

0 comments on commit b867d70

Please sign in to comment.