summaryrefslogtreecommitdiff
path: root/src/user.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/user.hpp')
-rw-r--r--src/user.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/user.hpp b/src/user.hpp
index f255fbf..d76392c 100644
--- a/src/user.hpp
+++ b/src/user.hpp
@@ -12,6 +12,10 @@ class user : public master {
user( strusCms &cms );
bool check_login( std::string user, std::string password );
+ public:
+ std::string last_captcha;
+ std::string new_captcha;
+
private:
void login( );
void logout( );