Commit 354366ff authored by Evan Read's avatar Evan Read

Merge branch 'russell/admin-area-user-statistics' into 'master'

Describe User statistics page of the Admin Area

See merge request gitlab-org/gitlab!27300
parents 20671894 480bf8b7
...@@ -51,7 +51,7 @@ The Dashboard is the default view of the Admin Area, and is made up of the follo ...@@ -51,7 +51,7 @@ The Dashboard is the default view of the Admin Area, and is made up of the follo
| Section | Description | | Section | Description |
|:-----------|:---------------------------------------------------------------------------------------------------------------------------------------------------------| |:-----------|:---------------------------------------------------------------------------------------------------------------------------------------------------------|
| Projects | The total number of projects, up to 10 of the latest projects, and the option of creating a new project. | | Projects | The total number of projects, up to 10 of the latest projects, and the option of creating a new project. |
| Users | The total number of users, up to 10 of the latest users, and the option of creating a new user. | | Users | The total number of users, up to 10 of the latest users, the option of creating a new user, and a link to [**Users statistics**](#users-statistics). |
| Groups | The total number of groups, up to 10 of the latest groups, and the option of creating a new group. | | Groups | The total number of groups, up to 10 of the latest groups, and the option of creating a new group. |
| Statistics | Totals of all elements of the GitLab instance. | | Statistics | Totals of all elements of the GitLab instance. |
| Features | All features available on the GitLab instance. Enabled features are marked with a green circle icon, and disabled features are marked with a power icon. | | Features | All features available on the GitLab instance. Enabled features are marked with a green circle icon, and disabled features are marked with a power icon. |
...@@ -134,6 +134,19 @@ To search for users, enter your criteria in the search field. The user search is ...@@ -134,6 +134,19 @@ To search for users, enter your criteria in the search field. The user search is
insensitive, and applies partial matching to name and username. To search for an email address, insensitive, and applies partial matching to name and username. To search for an email address,
you must provide the complete email address. you must provide the complete email address.
#### Users statistics
The **Users statistics** page provides an overview of user accounts by role. Use this information
when validating seat usage of your subscription.
The page displays subtotals of all users matching criteria such as _Users with highest role
Maintainer_ and _Blocked users_.
The **Total users** is calculated as: **Active users** + **Blocked users**.
GitLab billing is based on the number of active users. For details of active users, see
[Choosing the number of users](../../subscriptions/index.md#choosing-the-number-of-users).
### Administering Groups ### Administering Groups
You can administer all groups in the GitLab instance from the Admin Area's Groups page. You can administer all groups in the GitLab instance from the Admin Area's Groups page.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment