summaryrefslogtreecommitdiff
path: root/src/net/ea/loginhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea/loginhandler.h')
-rw-r--r--src/net/ea/loginhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/ea/loginhandler.h b/src/net/ea/loginhandler.h
index 16c5fe95..00b9c6c3 100644
--- a/src/net/ea/loginhandler.h
+++ b/src/net/ea/loginhandler.h
@@ -51,6 +51,8 @@ class LoginHandler : public MessageHandler, public Net::LoginHandler
void getRegistrationDetails();
+ unsigned int getMaxPasswordLength() const { return 25; };
+
void loginAccount(LoginData *loginData);
void logout();