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): added registration_stage field #105

Closed allynt closed 4 years ago

allynt commented 4 years ago

Added a registration_stage field on user to indicate which stage of the registration process they are in. (This replaces the previous requires_customer_registration_completion field.)

This PR closes #102