summaryrefslogtreecommitdiff
path: root/src/user_content.hpp
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 /src/user_content.hpp
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 'src/user_content.hpp')
-rw-r--r--src/user_content.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/user_content.hpp b/src/user_content.hpp
index 756f314..29df43d 100644
--- a/src/user_content.hpp
+++ b/src/user_content.hpp
@@ -22,6 +22,7 @@ struct login_form : public cppcms::form {
struct register_user_form : public cppcms::form {
apps::strusCms &cms;
cppcms::widgets::text username;
+ cppcms::widgets::text printName;
cppcms::widgets::password password;
cppcms::widgets::password password2;
cppcms::widgets::text email;