summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2014-01-27 16:25:12 -0500
committerSimo Sorce <simo@redhat.com>2014-01-27 16:25:38 -0500
commit630b85e06018fb3d9f8c34685a406b3770d58b54 (patch)
tree0e68c2e6d7cc856fc577e6a2355a8be3d74ff540 /templates
parentcd30057eec4c772171c5558d9fac2c1f73bc12dd (diff)
downloadipsilon-630b85e06018fb3d9f8c34685a406b3770d58b54.tar.gz
ipsilon-630b85e06018fb3d9f8c34685a406b3770d58b54.tar.xz
ipsilon-630b85e06018fb3d9f8c34685a406b3770d58b54.zip
Add help text to be shown on form based login pageHEADmaster
Signed-off-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/login/pam.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/login/pam.html b/templates/login/pam.html
index 4e490fe..0e83f12 100644
--- a/templates/login/pam.html
+++ b/templates/login/pam.html
@@ -12,6 +12,9 @@
<p>Ipsilon</p>
</div>
<div id="login">
+ <p>
+ {{ help_text }}
+ </p>
<form id="login_form" action="{{ action }}" method="post" enctype="application/x-www-form-urlencoded">
<p>
<label for="username">{{ username_text }}</label>