astrosat / django-astrosat-users

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

Distinguish between registration being open for "teams" and "individuals" #89

Open allynt opened 4 years ago

allynt commented 4 years ago

Checklist

Is your feature request related to a problem? Please describe

There are now two ways to register w/ some apps (ie: orbis): as a "team" or as an "individual". But there is only one way to open/close registration: UserSettings.allow_registration.

Describe the solution you'd like

Have multiple flags to allow team or individual registration.

Additional context

Apps (like thermcert) that don't have the concept of a "team" will have to be considered. It may be that we just use allow_individual_registration for the generic case.