Users

A2 Users are required for following two purpose:
     - Web Interface Access
     - Access for Windows Managed Node (WinRM)

A2 Users can be created or deleted using Command Line or Web Interface.

A2 Users - Command Line

Creating User

    a2ctl create user [UserName] with password [Password]
    where,
        UserName - A valid System User
        Password - Password of User

Deleting User

    a2ctl delete user [UserName]
    where,
        UserName - A valid System User

A2 Users - Web Interface

Creating User

As you login to A2 - Web Interface, you will see Dashboard. Click on "Users" under "Administration" section:

a2_create_user_1


This will open "Users" section. Click on "Create User" as shown below:

a2_create_user_2


Enter the User Name and Password and click on "Submit":

a2_create_user_3


Now, the User will be created as shown below:

a2_create_user_4

Deleting User

On A2 - Web Interface, under Administration -> Users, Select the "User Name", and press "Delete User(s):

a2_delete_user_1


This will ask for confirmation. Click on "OK" as shown below:

a2_delete_user_2


Now, the User(s) will be deleted as shown below:

a2_delete_user_3


A2 on GitHub

You may also wish to follow the GitHub project if you have a GitHub account. This is also where we keep the issue tracker for sharing bugs and feature ideas.