Managing users
Adding new users
On Django Admin, click on the
Userslink in theAccountssection.
Download the CSV template to import users

Fill out fields in CSV file.
Field name Contents company_nameCompany code used in Aerscape (X125, A432, etc). qa/qcNeeds to be yesotherwise the import will fail, used as an extra check.geofence_shapeAccepts a GeoJSON containing a polygon that delimits the area the user has access to. geofence_area_namesAs an alternative to the geofence_shape, this can be used to limit users to predefined areas in the platform. Valid area names can be found in Django admin inGEO_DATA→Filter itemssection and names need to be exact matches.Fields with _viewand_editGranular permissions control, they accept yesornovalues. Empty colums means no permissions.Go back to the Django Admin page and click
Import users using CSV
Select the CSV file in the input component and submit, the system will process the entries immediately and notify you if anything went wrong directly in the page.
Create test user accounts in dev
Follow directions in Adding new users taking the following extra steps into account:
Populate spreadsheet with new users. You can use your e-mail address plus
+something_uniqueso that 2FA e-mails go to you. For example:nicole+test_manager_permissions@aerscape.comforwards any emails sent to your inbox.Set permissions according to user persona.
NOTE: INFRASTRUCTURE BUILDER IS DEPRECATED AND PERMISSIONS TO VIEW/EDIT INFRASTRUCTURE BUILDER SHOULD ALWAYS BE SET TO 'no'
Once you have created the users, add each e-mail to the SSO exemption list:
- In Django Admin, go to
Accounts→SSO Email Exemption. - Click
Add sso email exemption. - Fill in the user email and click `Save.
- This will allow you to log in as them using e-mail 2FA.
Updating user permissions
On Django Admin, click on the
Company membershipslink in theAccountssection.
Download the CSV template to update users

Fill out fields in CSV file.
Field name Contents emailUser email, needs to be an exact match geofence_shapeAccepts a GeoJSON containing a polygon that delimits the area the user has access to. geofence_area_namesAs an alternative to the geofence_shape, this can be used to limit users to predefined areas in the platform. Valid area names can be found in Django admin inGEO_DATA→Filter itemssection and names need to be exact matches.Fields with _viewand_editGranular permissions control, they accept yesornovalues. Empty colums means no permissions.Go back to the Django Admin page and click
Update permissions using CSV, then select the CSV file in the input component and submit.The system will process the entries immediately and notify you if anything went wrong directly in the page.