.env file:
OPS_OPENOPS_ADMIN_EMAILOPS_OPENOPS_ADMIN_PASSWORD
Password requirements
When creating a user (including the initial admin user), use a password that:- Is 8 to 64 characters long
- Contains at least one lowercase letter
- Contains at least one uppercase letter
- Contains at least one number
- Contains at least one special character
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:
