ForgeEssentials

ForgeEssentials

339k Downloads

Auth module problems in the 1159 build.

Opened this issue ยท 4 comments

commented

Greetings!

Problem with the latest build AKA 1159/ (Mar 19, 2016 4:30:20 PM) http://ci.forgeessentials.com/job/FE/1159/

Earlier, my modpack use the "forgeessentials-1.7.10-1.4.3.1021-server.jar" and the auth module just works fine.

I recently builded up my upgraded modpack and tried the latest build of FE.
All mods running smoothly but if i create a server and running offline or online mode, the player who joins the server can use the "/auth register" and/or "/auth login" commands, but not forced to use them. I mean the player can move, use and break blocks even without using theese commands.

I am carefully checked all the settings related to "auth" module. All setting surely turned on,
From the previous version, i even tried to copy the forgeessentials-1.7.10-1.4.3.1021-server config folder to my new pack, but still, the joining players doesnt forced to use "/auth register" or "/auth login" commands.
How can i help you providing more information? (This is my first github issue report)
There is no crash, or something valuable in the logs, but i can compress my modpack and upload to dropbox if you want it.

commented

/auth login should be handled automatically now - unregistered players should still be forced to use /auth register.

A build after 1021 added a feature to log players in automatically. You can disable it by setting allowAutoLogin to false in auth.cfg.

Anyway, I'll need two things from you (and any other player experiencing this "problem"):

  • A zipped copy of /world/FEData/json/PlayerInfo
  • A zipped copy of /world/FEData/json/PlayerPassData
commented

This is my config file, you can see that the autologin option disabled, and that was disabled from the begginning.
https://www.dropbox.com/s/z3ycbosn7y2odyq/AuthLogin.cfg?dl=0

And there is the asked files:
https://www.dropbox.com/s/fw7p2007fmtlwoc/PlayerInfo.zip?dl=0
https://www.dropbox.com/s/lgjya2qkpnrupzi/PlayerPassData.zip?dl=0
I even tried to disable the FE client.

commented

Please try build 1161 and let me know if the issue is fixed.

commented

Problem solved, 1161 and 1162 builds working fine now! Thank you!