diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-04-15 00:22:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-04-15 00:22:39 +0300 |
commit | 336ec8a82855858701647c809d7214dece69dd87 (patch) | |
tree | 5f03fb33363afcd208d718f3f5185ec0b88b1c49 /src/net/loginhandler.h | |
parent | a515a9c9f6f1a6f7a0d94e0ceba5ed52c69902bb (diff) | |
download | plus-336ec8a82855858701647c809d7214dece69dd87.tar.gz plus-336ec8a82855858701647c809d7214dece69dd87.tar.bz2 plus-336ec8a82855858701647c809d7214dece69dd87.tar.xz plus-336ec8a82855858701647c809d7214dece69dd87.zip |
eathena: add support for change password.
Diffstat (limited to 'src/net/loginhandler.h')
-rw-r--r-- | src/net/loginhandler.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/net/loginhandler.h b/src/net/loginhandler.h index 410eb858b..47979ca65 100644 --- a/src/net/loginhandler.h +++ b/src/net/loginhandler.h @@ -73,8 +73,7 @@ class LoginHandler notfinal virtual void changeEmail(const std::string &email) const = 0; - virtual void changePassword(const std::string &restrict username, - const std::string &restrict oldPassword, + virtual void changePassword(const std::string &restrict oldPassword, const std::string &restrict newPassword) const = 0; |