1.6.2 Create Generic Registration User

To create a generic registration user if it was not created during installation, follow these steps:

Note:

The generic registration user can be created either during installation or after the installation is complete.
To create a generic registration user, run:
  1. cd <install_dir>
  2. ./ahffi create-generic-user <user name>
Enter the password when prompted.

Note:

The password must be at least 8 characters long and include at least one numeric digit, one special character, and one uppercase letter.

Example 1-2 Registration user

./ahffi create-generic-user admin
Generic registration password:
Enter generic registration password again
Generic registration password:

Generic registration user admin created

Related Topics