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, follow these steps:

  1. Navigate to the AHF installation directory:
    cd <install_dir>

    Replace <install_dir> with the actual AHF installation path.

  2. Run the following command to create the user:
    ./ahffi create-generic-user <user name>

    Replace <username> with the desired generic 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