From 9f624560ffb625d7766480c4621169025df32c33 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 31 Jul 2015 15:30:32 +0200 Subject: checking password with cracklib now added printName (the visible name of the user in registration and login) --- templates/master.tmpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'templates') diff --git a/templates/master.tmpl b/templates/master.tmpl index 118e114..e54a5e1 100644 --- a/templates/master.tmpl +++ b/templates/master.tmpl @@ -25,6 +25,7 @@
  • libcaptcha
    a C standalone Captcha generator
  • libb64
    a C++ BASE64 encoder/decoder library
  • libquickmail
    a C++ library to send emails
  • +
  • cracklib
    for checking password strength
  • Crypto++
    a C++ crypto library
  • SJCL
    the Stanford Javascript Crypto Library
  • @@ -34,6 +35,9 @@

    <% include title( ) %>

    <% if not empty username %>

    Logged in as <%= username %> + <% if not empty printName %> + (<%= printName%>) + <% end %> Logout

    <% else %>

    Currently not logged in

    -- cgit v1.2.3-54-g00ecf