summaryrefslogtreecommitdiff
path: root/templates/master.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/master.tmpl')
-rw-r--r--templates/master.tmpl4
1 files changed, 4 insertions, 0 deletions
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 @@
<li><a href="http://brokestream.com/captcha.html"</li>libcaptcha</a><br/>a C standalone Captcha generator</li>
<li><a href="http://libb64.sourceforge.net/"</li>libb64</a><br/>a C++ BASE64 encoder/decoder library</li>
<li><a href="http://sourceforge.net/projects/libquickmail/">libquickmail</a><br/>a C++ library to send emails</li>
+ <li><a href="http://sourceforge.net/projects/cracklib">cracklib</a><br/>for checking password strength</li>
<li><a href="http://www.cryptopp.com/">Crypto++</a><br/>a C++ crypto library</li>
<li><a href="http://bitwiseshiftleft.github.io/sjcl/">SJCL</a><br/>the Stanford Javascript Crypto Library</li>
</ul>
@@ -34,6 +35,9 @@
<h2><% include title( ) %></h2>
<% if not empty username %>
<p>Logged in as <%= username %>
+ <% if not empty printName %>
+ (<%= printName%>)
+ <% end %>
<a href="<%= logout_link %>">Logout</a></p>
<% else %>
<p>Currently not logged in</p>