summaryrefslogtreecommitdiff
path: root/src/user_content.hpp
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-04-27 18:06:59 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-04-27 18:06:59 +0200
commita3e26005fe00abe8836ba5dcdd1b9887ae6b1c27 (patch)
tree8f6f89ef2212b49d8e03177094bd10ed2ef56e0d /src/user_content.hpp
parentfa132310bf61c115907e5c237333207f308b1de4 (diff)
downloadaCms-a3e26005fe00abe8836ba5dcdd1b9887ae6b1c27.tar.gz
aCms-a3e26005fe00abe8836ba5dcdd1b9887ae6b1c27.tar.bz2
on the way of email sending
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 e86e2fd..756f314 100644
--- a/src/user_content.hpp
+++ b/src/user_content.hpp
@@ -24,6 +24,7 @@ struct register_user_form : public cppcms::form {
cppcms::widgets::text username;
cppcms::widgets::password password;
cppcms::widgets::password password2;
+ cppcms::widgets::text email;
cppcms::widgets::text captcha;
cppcms::widgets::submit submit;