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

Implements user signup #53

Merged
merged 13 commits into from
Jan 14, 2024
Merged

Implements user signup #53

merged 13 commits into from
Jan 14, 2024

Conversation

fermion
Copy link
Collaborator

@fermion fermion commented Jan 14, 2024

Users will:

  1. provide a name and email address
  2. receive an email with a link to click, verifying that they have access to the email account
  3. have a company created for them
  4. be signed in after clicking the registration link

TODOs:

  • rendering registration validation issues (missing name or email, really)
  • a system spec that walks the workflow
  • a system spec that verifies expired links can't be used
  • need to surface the flash messages after someone registers

@fermion fermion self-assigned this Jan 14, 2024
@fermion fermion marked this pull request as ready for review January 14, 2024 21:07
@fermion fermion merged commit 6093157 into main Jan 14, 2024
2 checks passed
@fermion fermion deleted the user-signup branch January 14, 2024 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant