# Creating users manually

You can create a user account manually in SonarQube. In contrast, accounts can be provisioned through an external tool such as GitHub, GitLab, SAML Identity Provider, LDAP service, etc. (For more information, see [overview](https://docs.sonarsource.com/sonarqube-server/10.7/instance-administration/authentication/overview "mention").).

You need the global Administer System permission to create user accounts.

{% hint style="info" %}
You cannot create a user if the automatic provisioning mode is enabled in your system.
{% endhint %}

To create a user account:

1. In the top navigation bar, go to **Administration > Security > Users**.
2. Select the **Create User** button. The **Create User** dialog opens.
3. In the dialog, enter the **Login** (user identifier), **Name** (account’s screen name), **Email** (optional), and **Password**.
4. If the entered login or email address does not match the user’s SCM account login, you can explicitly associate the SCM account with the manual account: see [updating-scm-details](https://docs.sonarsource.com/sonarqube-server/10.7/instance-administration/user-management/updating-scm-details "mention").
5. Select **Create**.

## Related pages <a href="#related-pages" id="related-pages"></a>

* [changing-user-password](https://docs.sonarsource.com/sonarqube-server/10.7/instance-administration/user-management/changing-user-password "mention")
* [deactivating-users](https://docs.sonarsource.com/sonarqube-server/10.7/instance-administration/user-management/deactivating-users "mention")
