Create Users and Groups#

This how-to explains how to create Users in Dioptra.

Prerequisites#

User Creation Workflow#

Follow these steps to create and register a new user. You can perform these actions via the Graphical User Interface (GUI) or programmatically using the Python Client.

Step 1: Create the User#

Register a user with a username, email address, and password to be able to create and access resources.

In the Dioptra GUI, if you are not logged in, the front page will display a login screen. If you are logged in, click your username in the top right corner of the interface, and then click LOG OUT to log out.

Click Signup and enter the username, email address, and password for the user.

Click Register when finished to create the user.

Group Creation Workflow#

Note

Dioptra does not currently support the creation of additional groups. All resources are under the same default public group.

See Also#