Moovapps Cloud Status offers user creation with associated permissions.
To create a user, log in with an administrator account on the Django backoffice.
Once on the homepage, click the ”+ Add” button to be redirected to the creation form.
You can save and create another user, save and update the personal information of the created user, or simply save.
On the user update form, you can add personal information. Here, we will focus on permissions.
For a user to be usable on the site, they must be “Active.”
Next, if we want the user to access the Django backoffice and MCS administration, they must be a “Staff” member.
Finally, if we want to create an administrative user, we have two options: either grant them “Superuser” status or give them all available user permissions.
To create a user with access to all MCS features without being able to access administrative sections, simply do not check the “Staff” and “Superuser” statuses, and then grant the following permissions:
This product is developed by the Cloud Platform Engineering team with Python, **Django ** and Angular.