yariplus / minecraft-nodebb-integration

A plugin for Minecraft servers for integration with a NodeBB forum.
Creative Commons Zero v1.0 Universal
9 stars 4 forks source link

True In-Game Registration #25

Open philip-ulrich opened 8 years ago

philip-ulrich commented 8 years ago

I don't know how feasible this is, but it might be cool to do a command with a username as an argument (or email? But that goes back to PII in game again where they could accidentally chat it) and it will generate a custom register url with whatever information already filled in OR maybe even register them and send them an email with a password and if there is any other information needed for registration... prompt them for it when they login the first time? I feel like some natural nodebb functionality will get in the way with this... but if you can figure out a way... this would be baller. That command could be /register and if they already have a login, you could make that the /login command.

yariplus commented 8 years ago

Creating a new account with just an email is possible.

I could immediately send them a password reset link in-game, since it expires there's no real danger of sending it.

/register definitely makes more sense as a command to register a new account. I think I'll be adding a command /link for linking your character to an existing account.

philip-ulrich commented 8 years ago

Super delayed response on my part, but that sounds pretty great!

yariplus commented 8 years ago

I'll be getting to this as soon I can.

I'm working on group/rank syncing right now and I want to get that all ironed out first.

philip-ulrich commented 8 years ago

No rush! You do you bro. Take whatever time you need.i appreciate what you are doing.

ghost commented 6 years ago

Can't do user registration. Too much involved in creating the collection. However nodebb-write-api has a set of tools for doing it. OKHTTP java library could accomplish it. complete with password reset.