Skip to content

Commit b867d70

Browse files
author
Dan York
committed
Related to ietf-tools#817 - added a 401.html page for responding to authentication failures
- Legacy-Id: 4223
1 parent 9ddf4d3 commit b867d70

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

ietf/templates/401.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{# Copyright The IETF Trust 2012, All Rights Reserved #}
2+
{% extends "base.html" %}
3+
{% block title %}401 Unauthorized{% endblock %}
4+
{% block content %}
5+
6+
<img src="/images/ietflogo2e.png" height="80" width="140"/>
7+
8+
<h2>Authentication Required</h2>
9+
10+
<p>The server could not verify that you are authorized to view this page using
11+
the username and password you provided. You can now:</p>
12+
13+
<ul>
14+
<li><a href="/accounts/login/">Attempt to login again</a></li>
15+
<li><a href="/accounts/reset/">Request a password reset</a></li>
16+
</ul>
17+
18+
<p>If you think this is a server error, please contact <a
19+
href="mailto:webtools@ietf.org">webtools@ietf.org</a>.</p>
20+
{% endblock %}

0 commit comments

Comments
 (0)