astrosat / django-astrosat-users

Common backend library for Astrosat projects' user management
GNU General Public License v3.0
2 stars 0 forks source link

feat(backend): refactored onboarding #112

Closed allynt closed 3 years ago

allynt commented 3 years ago

Added a view to onboard a user so it can be called by the frontend. Removed default onboarding templates so an email is not automatically sent. Moved the onboarding field to the BasicUserSerializer (on the assumption that a Customer Manager will want to know if their users have been onboarded or not).