Skip to content

Commit

Permalink
Add clarification in template
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurClemens committed Jan 27, 2017
1 parent 3558a84 commit 5225d89
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/mod_authentication/templates/error.403.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
{% block page_class %}err403{% endblock %}

{% block content_area %}

{#
When ssl is enabled, only show the login form when the page is secure;
otherwise show a link to the logon page.
#}

{% with (not m.config.mod_ssl.is_ssl.value or m.req.is_ssl)
or m.config.site.protocol.value|default:"http" /= 'http'
as is_show_login
Expand Down

0 comments on commit 5225d89

Please sign in to comment.