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 fields and methods to onboard a user #111

Closed allynt closed 4 years ago

allynt commented 4 years ago

Added a new method to "onboard" a user and a new field to track whether or not this has been done. At the moment all it does is send an email. The email templates are trivially simple b/c it is expected that they will be overwritten in any project that uses this app.