Users - SACGF/variantgrid GitHub Wiki
To create the initial (super) user you need to be on the server, and run:
python3 manage.py createsuperuser
For normal users, staff/admin users can create further users via the admin interface. This is "/admin" after the URL, eg: https://variantgrid.com/admin/
(need to change to your server obviously)
In the "Authentication and Authorization" section, there's a line with "Users" - click the "+ Add" link, then enter the user/details.
Groups
-
You may want to add people to different groups so they can share data between themselves.
-
Everyone is automatically added to the "public" group