[1.7.10]Register have been disabled in Auth Module
Romacat2 opened this issue ยท 4 comments
My friend went to my server with ForgeEssantions, but when he registered, an error appeared: Register have been disabled.
How to fix it?
if (ModuleAuth.isEnabled() && !ModuleAuth.allowOfflineRegistration)
throw new TranslatedCommandException("Registrations have been disabled.");
This code is what is throwing the error.
The causes could be:
- The Auth module isn's enabled.
- allowOfflineReg is set to false in the AUTH config. ("Allows people to register usernames while server is offline. Don't allow this for primarily Online servers.")
- or both the Auth module is disabled and allowOfflineReg is set to false in the AUTH config.
Try enabling the module or changing the config option.
Thank you, @maximuslotro
@Romacat2
I will now count this issue as closed An hour from now, unless the above hasn't worked for you.