2020-01-24 23:59:16 +01:00
---
title: Create User Accounts in Database Mode
2020-02-11 16:24:43 +01:00
weight: 25
2020-01-24 23:59:16 +01:00
---
2019-12-18 17:06:10 +01:00
In database authentication mode, the Harbor system administrator creates user accounts manually.
1. Log in to the Harbor interface with an account that has Harbor system administrator privileges.
1. Under **Administration** , go to **Users** .
2020-01-27 19:15:44 +01:00
![Create user account ](../../../img/create-user.png )
2019-12-18 17:06:10 +01:00
1. Click **New User** .
1. Enter information about the new user.
2020-01-27 19:15:44 +01:00
![Provide user information ](../../../img/new-user.png )
2019-12-18 17:06:10 +01:00
2020-01-27 19:15:44 +01:00
- The username must be unique in the Harbor system
- The email address is used for password recovery
- The password must contain at least 8 characters with 1 lowercase letter, 1 uppercase letter and 1 numeric character
2019-12-18 17:06:10 +01:00
2020-02-20 13:02:41 +01:00
If users forget their password, there is a **Forgot Password** in the Harbor log in page. To use this feature, you must [configure an email server ](../general-settings/_index.md ).