summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/login.html
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-02-13 12:25:37 +0100
committerAurélien Bompard <aurelien@bompard.org>2013-02-13 12:25:37 +0100
commita5404362a09e598e85fa121c5859cfee315495da (patch)
treee1d80e5f03d424657a3bf999b8c69dc6f7204232 /hyperkitty/templates/login.html
parent470007dc4fd539aef3437f9763046e0fd75ce852 (diff)
downloadhyperkitty-a5404362a09e598e85fa121c5859cfee315495da.tar.gz
hyperkitty-a5404362a09e598e85fa121c5859cfee315495da.tar.xz
hyperkitty-a5404362a09e598e85fa121c5859cfee315495da.zip
Make it possible to disable the internal user DB
Diffstat (limited to 'hyperkitty/templates/login.html')
-rw-r--r--hyperkitty/templates/login.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/hyperkitty/templates/login.html b/hyperkitty/templates/login.html
index 17d8d4b..e81c8b3 100644
--- a/hyperkitty/templates/login.html
+++ b/hyperkitty/templates/login.html
@@ -27,6 +27,7 @@
</ul>
+{% if use_internal_auth %}
<h2>Login with username and password</h2>
<form action="{{ request.path }}?next={{ next|urlencode }}" method="post" class="form-horizontal">
@@ -38,6 +39,7 @@
</div>
</div>
</form>
+{% endif %}
</div>