From dec1359e90e847c90629e43ef3744539e8fb41c8 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 22 Apr 2015 13:33:09 +0200 Subject: added base64 coding/decoding libary showing captcha in login page (not verifying yet) --- templates/login.tmpl | 3 ++- templates/master.tmpl | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/login.tmpl b/templates/login.tmpl index e965ba1..2e58888 100644 --- a/templates/login.tmpl +++ b/templates/login.tmpl @@ -12,8 +12,9 @@ <% form as_table login %>
- <%= captcha %> +
+ <% end template %> diff --git a/templates/master.tmpl b/templates/master.tmpl index fb871d0..b80d0f9 100644 --- a/templates/master.tmpl +++ b/templates/master.tmpl @@ -23,6 +23,7 @@
  • Strus
    a collection of C++ libraries for building a full-text search engine
  • CppCMS
    a C++ web programming framework
  • libcaptcha
    a C standalone Captcha generator
  • +
  • libb64
    a BASE64 encoder/decoder library
  • -- cgit v1.2.3-54-g00ecf