forked from External/mage
Merge branch 'master' of https://github.com/magefree/mage
This commit is contained in:
commit
a522930592
104 changed files with 1024 additions and 1034 deletions
|
|
@ -132,7 +132,7 @@ public class MageServerImpl implements MageServer {
|
|||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public boolean resetPassword(String sessionId, String email, String authToken, String password) throws MageException {
|
||||
if (!ConfigSettings.getInstance().isAuthenticationActivated()) {
|
||||
|
|
@ -942,7 +942,8 @@ public class MageServerImpl implements MageServer {
|
|||
user.getGameInfo(),
|
||||
user.getUserState().toString(),
|
||||
user.getChatLockedUntil(),
|
||||
user.getClientVersion()
|
||||
user.getClientVersion(),
|
||||
user.getEmail()
|
||||
));
|
||||
}
|
||||
return users;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue