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

[TASK] extend user table #35

Closed
aestallon opened this issue Sep 18, 2023 · 0 comments · Fixed by #44
Closed

[TASK] extend user table #35

aestallon opened this issue Sep 18, 2023 · 0 comments · Fixed by #44
Assignees
Labels
domain Backend related - domain layer
Milestone

Comments

@aestallon
Copy link
Member

Extra columns:

  • email for sending verification emails (if they don't match the username)
  • verified to check if they completed email verification

When a user registers, they start out with inactive == true and verified == false.
Verification flips both flags.
If both flags are true, this means a banned user!

@aestallon aestallon added the domain Backend related - domain layer label Sep 18, 2023
@aestallon aestallon added this to the 0.1.0 milestone Sep 18, 2023
@aestallon aestallon self-assigned this Sep 18, 2023
@aestallon aestallon linked a pull request Sep 23, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain Backend related - domain layer
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant