Right now, users have to be added manually through Django-Admin's built-in UI. Not very intuitive and not very scalable.
Some things to think about:
- User-model
- Tenant-/Group-model
- Self-Registration with eMail-verification, password-reset, etc.
- Possibility to join an existing tenant via invitation
All of these issues can probably be solved by using a proper, already existing user-management-app.
Right now, users have to be added manually through Django-Admin's built-in UI. Not very intuitive and not very scalable.
Some things to think about:
All of these issues can probably be solved by using a proper, already existing user-management-app.