summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-04-19 21:08:54 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-04-19 21:08:54 +0200
commitd6e6f65a1cf8723a398689b549dd970121655053 (patch)
treeba06d30c8528222abea291d6ffa2858e056f8824 /templates
parentee14ccb3e571dc5feeb1bf5d2ae0e28eea1fa905 (diff)
downloadaCms-d6e6f65a1cf8723a398689b549dd970121655053.tar.gz
aCms-d6e6f65a1cf8723a398689b549dd970121655053.tar.bz2
integrated libcaptcha and working on captcha in login form
Diffstat (limited to 'templates')
-rw-r--r--templates/login.tmpl1
-rw-r--r--templates/master.tmpl1
2 files changed, 2 insertions, 0 deletions
diff --git a/templates/login.tmpl b/templates/login.tmpl
index f89cf93..e965ba1 100644
--- a/templates/login.tmpl
+++ b/templates/login.tmpl
@@ -12,6 +12,7 @@
<table>
<% form as_table login %>
</table>
+ <%= captcha %>
</form>
</div>
<% end template %>
diff --git a/templates/master.tmpl b/templates/master.tmpl
index 6a42731..fb871d0 100644
--- a/templates/master.tmpl
+++ b/templates/master.tmpl
@@ -22,6 +22,7 @@
<ul>
<li><a href="http://project-strus.net">Strus</a><br/>a collection of C++ libraries for building a full-text search engine</li>
<li><a href="http://cppcms.com/wikipp/en/page/main">CppCMS</a><br/>a C++ web programming framework</li>
+ <li><a href="http://brokestream.com/captcha.html"</li>libcaptcha</a><br/>a C standalone Captcha generator</li>
</ul>
</div>