summaryrefslogtreecommitdiff
path: root/src/user_content.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/user_content.hpp')
-rw-r--r--src/user_content.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/user_content.hpp b/src/user_content.hpp
index 4b260f5..887c61a 100644
--- a/src/user_content.hpp
+++ b/src/user_content.hpp
@@ -11,6 +11,7 @@ struct login_form : public cppcms::form {
apps::strusCms &cms;
cppcms::widgets::text username;
cppcms::widgets::password password;
+ cppcms::widgets::text captcha;
cppcms::widgets::submit submit;
public:
@@ -21,6 +22,7 @@ struct login_form : public cppcms::form {
struct user : public master {
login_form login;
+ std::string captcha;
public:
user( apps::strusCms &cms );