Commit 0f58b134 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'russell/edit-subscriptions' into 'master'

Edits to clarify users statistics

See merge request gitlab-org/gitlab!29555
parents 840b1ea5 f0cbe127
......@@ -77,7 +77,8 @@ count as active users in the subscription period in which they were originally a
##### User Statistics
A breakdown of the users within your instance including active, billable and blocked can be found by navigating to **Admin Area > Overview > Dashboard** and selecting `Users Statistics` button within the `Users` widget..
To view a breakdown of the users within your instance, including active, billable, and blocked, go to **Admin Area > Overview > Dashboard** and select **Users Statistics** in the **Users** section.
For more details, see [Users statistics](../user/admin_area/index.md#users-statistics).
NOTE: **Note:**
If you have LDAP integration enabled, anyone in the configured domain can sign up for a GitLab account. This can result in an unexpected bill at time of renewal. Consider [disabling new signups](../user/admin_area/settings/sign_up_restrictions.md) and managing new users manually instead.
......
......@@ -136,19 +136,22 @@ 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 **Users statistics** page provides an overview of user accounts by role, such as _Users with
highest role Maintainer_.
The page displays subtotals of all users matching criteria such as _Users with highest role
Maintainer_ and _Blocked users_.
The following totals are also included:
The **Total users** is calculated as: **Active users** + **Blocked users**.
- Active users
- Blocked users
- Total users
GitLab billing is based on the number of active users. For details of active users, see
GitLab billing is based on the number of **Active users**, calculated as **Total users** -
**Blocked users**. For details of active users, see
[Choosing the number of users](../../subscriptions/index.md#choosing-the-number-of-users).
**Please note** that during the initial stage, the information won't be 100% accurate given that
background processes are still recollecting data.
NOTE: **Note:**
Users statistics are calculated daily, so user changes made since the last update won't be
reflected in the statistics.
### Administering Groups
......
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