X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/972d5d8a7e5450d9c3784feda363eee56f3ad269..52de444faa10f37c4174e9fe2c75e77484342549:/data/templates/forbidden.htm diff --git a/data/templates/forbidden.htm b/data/templates/forbidden.htm index 04b8fb6..a39bcf7 100644 --- a/data/templates/forbidden.htm +++ b/data/templates/forbidden.htm @@ -3,13 +3,22 @@ {% block content %} -acces denied

Access Denied

+{% if identity %}

- We're sorry; but you are not allowed to access this page. + You are logged in with the following OpenID:

- You may log in if you want. + {{identity}}

+

+ Unfortunately, your OpenID is not unlocked. + Contact the site administrator to get access. +

+{% else %} +

+ We're sorry; but you have to log in to access this page. +

+{% endif %} {% endblock %}