HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Remove Email from Registration Requirement?

Hello, I'm self hosting version 3.3 of vanilla. I plan on integrating it with my Minecraft server and am going to set it up so that you just need to link your Minecraft account in game to the forum. In that, I couldn't care less about having my player's email, so I would like to remove the email from the registration form entirely and replace it with a Minecraft ign textbox which would then allow the user to type a command in game to complete the registration.

I figure I will have to write a plugin for the Minecraft part, but I do want to ask how I can remove the email box from the form. Thanks!

Tagged:

Comments

  • Options
    R_JR_J Ex-Fanboy Munich Admin

    What about password resets and notifications? I think you would need an email address for that.

    But adding that line to your /conf/config.php should be enough

    $Configuration['Garden']['Registration']['NoEmail'] = true;
    


  • Options

    I can integrate password reset and notifications to be able to be performed within Minecraft itself. Thanks!

Sign In or Register to comment.