Managing accounts
There are two types of accounts: a reseller account and a company account. It is recommended to create one reseller account on the server and use it to create company accounts
Creating a reseller account
Section titled “Creating a reseller account”podman exec -it ss-django /venv/bin/python3 manage.py create_user --resellerSet a session invitation type for a company
Section titled “Set a session invitation type for a company”podman exec -it ss-django /venv/bin/python3 manage.py set_invite_by {COMPANY_ID} {email|sms}Example:
podman exec -it ss-django /venv/bin/python3 manage.py set_invite_by 67145 sms