summaryrefslogtreecommitdiff
path: root/src/user.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/user.hpp')
-rw-r--r--src/user.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/user.hpp b/src/user.hpp
index 2f557a9..633af60 100644
--- a/src/user.hpp
+++ b/src/user.hpp
@@ -11,6 +11,7 @@ class user : public master {
public:
user( strusCms &cms );
bool check_login( std::string user, std::string password );
+ bool user_exists( std::string user );
public:
std::string last_captcha;