summaryrefslogtreecommitdiff
path: root/baserock_openid_provider/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'baserock_openid_provider/templates/index.html')
-rw-r--r--baserock_openid_provider/templates/index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/baserock_openid_provider/templates/index.html b/baserock_openid_provider/templates/index.html
index 053a9ce0..b2f46630 100644
--- a/baserock_openid_provider/templates/index.html
+++ b/baserock_openid_provider/templates/index.html
@@ -5,7 +5,11 @@
<p>This is the Baserock OpenID provider.</p>
{% if user.is_authenticated %}
- <p>Your OpenID is: <a href="http://openid.baserock.org/openid/{{ user.username }}/">http://openid.baserock.org/openid/{{ user.username }}/</a></p>
+ <p>You are registered as {{ user.get_full_name }}.</p>
+
+ <p>Your OpenID is:
+ <a href="http://openid.baserock.org/openid/{{ user.username }}/">http://openid.baserock.org/openid/{{ user.username }}/</a>
+ </p>
{% endif %}
{% endblock %}