.env file:
OPS_OPENOPS_ADMIN_EMAILOPS_OPENOPS_ADMIN_PASSWORD
Password requirements
When setting a user’s password (including the initial admin password in.env), the password:
- Is 8-64 characters long.
- Contains at least one lowercase letter, one uppercase letter, one number, and one special character.
- Uses only alphanumeric characters and these special characters:
!@#$%^&*()_+-=[]{};':"\\|,.<>/?.
Creating new user accounts
OpenOps doesn’t currently provide a UI for creating user accounts; instead, you can do it with two API calls. The first API call is to sign in the admin user:token. Copy the value of this property and use it in the authorization header in the next call. This next call actually creates a new user account. Before making the call, in the body, don’t forget to specify actual values for the four properties that are left empty in the sample below:
