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) --- src/user_content.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/user_content.hpp') 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; -- cgit v1.2.3-54-g00ecf