User management instructions
Creating a New User
This feature allows you to register an independent user with a dedicated person database. The registration process creates a new user in both BAF and the OMNI Platform subsystems.
note
The profile limit specified in the license applies to the total number of profiles across all users in the system.
Required Data for Registration
- userName: UserName. Must contain only Latin letters and be between 1 and 150 characters long.
- password: Password. Must be at least 6 characters long, include Latin letters and numbers, and contain at least one uppercase letter and the special character “!”.
- email: The user's valid email address (up to 150 characters).
Registration steps
Navigate to the setup folder in the distribution package.
Run the following command: ./cli.sh baf create-user - <userName> <password> <email>
As a result, a user will be created in BAF with the following data: login - <userName>, password - <password>.
And in OMNI Platform a user with the following data will be created: mail - <email>, password - <password>.