Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

User model implementation #21

Open
4 of 5 tasks
trungams opened this issue Dec 25, 2018 · 1 comment
Open
4 of 5 tasks

User model implementation #21

trungams opened this issue Dec 25, 2018 · 1 comment
Assignees
Labels
backend enhancement New feature or request

Comments

@trungams
Copy link
Contributor

trungams commented Dec 25, 2018

Following the discussion in issue #10. We will now try to extend our user model to support password authentication.

Feature/Enhancement Description

OAuth is being used for login so that new users don't have to register for a new account providing that they have a WCA account and ID. This puts a limit on who can sign in to our website, and some people might not need a WCA account in order to create meetup events.

Tasklists Suggestion

  • Extend our current User (Cuber) model to have a password field.
  • Implement registering.
  • Implement login with password.
  • Allow registered user to connect with their WCA account to sign up for events and competitions.
  • Email verification. THIS IS IMPORTANT

Additional Comments

@trungams trungams added enhancement New feature or request backend labels Dec 25, 2018
trungams referenced this issue Dec 26, 2018
We will keep doing this until next production
@trungams
Copy link
Contributor Author

Got basically everything in 8b6e643. We will see if they work with the event + registration tomorrow.

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

No branches or pull requests

2 participants