-
Notifications
You must be signed in to change notification settings - Fork 1
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
add user invite and acceptance workflow #113
Conversation
aa504e9
to
b4d2a20
Compare
Tests erroring on 'conflicting migrations'. I think merging main should resolve. Lint failing (should probably install the pre-commit hooks
|
requirements/base.in
Outdated
@@ -20,6 +21,7 @@ django-model-utils | |||
django-allauth | |||
django-celery-beat | |||
django-crispy-forms | |||
django-phonenumber-field[phonenumberslite] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it necessary to have this extra dependency? This data comes straight from CCID with no way to edit it in CCC so it doesn't seem that useful to have the extra validation and support.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems reasonable to me. I can remove it.
This adds a simple user invite workflow (receive sms, visit magic link), and some other updates to how we save users based on the onboarding specs. It does not implement credentialing yet.