celophi / melia

Open-source MMORPG server emulator
GNU General Public License v3.0
4 stars 2 forks source link

Add account management functionality. #15

Open celophi opened 7 years ago

celophi commented 7 years ago

This proposal is to create a site project that adds functionality for creating and managing accounts. Currently, new accounts must be created through the client by specifying only a desired account name and password. Afterwards, an account is created if none exists.

Problems with this approach would include the following:

As for the project structure, it seems likely that this feature would be added to the WebServer project.

karlseven commented 7 years ago

@celophi I can help with this. anyway hows the emulator doing is it playable already?

celophi commented 7 years ago

@karlseven The emulator is not playable yet. We are still in a very early stage, and there are many core components that need to be worked on.

If you'd like to help with this, then you are welcome to make a PR. I would also mention that there is some additional work done in this commit related to this issue. However, that shouldn't stop anyone from wanting to improve upon it or build something new.