summaryrefslogtreecommitdiff
path: root/templates/master.tmpl
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-07-31 15:30:32 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-07-31 15:30:32 +0200
commit9f624560ffb625d7766480c4621169025df32c33 (patch)
treee7ee8a6b90eabf375052ac79829544354fdc3006 /templates/master.tmpl
parent54a304276fb361f95332c5c1f8c6f67026b1d96c (diff)
downloadaCms-9f624560ffb625d7766480c4621169025df32c33.tar.gz
aCms-9f624560ffb625d7766480c4621169025df32c33.tar.bz2
checking password with cracklib now
added printName (the visible name of the user in registration and login)
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>