Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

players should be able to create accounts #6

Open
confessore opened this issue May 23, 2022 · 2 comments
Open

players should be able to create accounts #6

confessore opened this issue May 23, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@confessore
Copy link
Owner

web should utilize soap rpc for making gm commands

web should also utilize efcore for fine database queries

as a player,

I should be able to create an account on the website.

  1. instantiate a new disposable db context with a db context factory
  2. check for existing email (unique emails are required)
  3. hash credentials (ensure we are not collecting any personal or identifiable information; let's just not deal with that bear)
  4. set expansion to 1
@confessore confessore changed the title account management players should be able to create accounts May 23, 2022
@confessore confessore self-assigned this May 23, 2022
@confessore confessore added the enhancement New feature or request label May 23, 2022
@confessore
Copy link
Owner Author

@confessore
Copy link
Owner Author

updates to this in f37afe1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant