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.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/user_content.hpp b/src/user_content.hpp
index 887c61a..857a15c 100644
--- a/src/user_content.hpp
+++ b/src/user_content.hpp
@@ -22,7 +22,8 @@ struct login_form : public cppcms::form {
struct user : public master {
login_form login;
- std::string captcha;
+ std::string captcha_text;
+ std::string captcha_base64;
public:
user( apps::strusCms &cms );