From e36ff7c500be089a5997ad486bc172e498e73d8f Mon Sep 17 00:00:00 2001 From: Stuart Clements Date: Wed, 18 Dec 2019 17:06:10 +0100 Subject: [PATCH] REorg --- .../harbor-doc-reorg/administration/_index.md | 18 +++++-------- .../managing_users/create_users_db.md | 26 +++++++++++++++++++ 2 files changed, 33 insertions(+), 11 deletions(-) create mode 100644 docs/harbor-doc-reorg/administration/managing_users/create_users_db.md diff --git a/docs/harbor-doc-reorg/administration/_index.md b/docs/harbor-doc-reorg/administration/_index.md index 63e701f1f..2c46c2616 100644 --- a/docs/harbor-doc-reorg/administration/_index.md +++ b/docs/harbor-doc-reorg/administration/_index.md @@ -1,21 +1,17 @@ -[Back to table of contents](../_index.md) - ----------- - # Harbor Administration This section describes how to configure and maintain Harbor after deployment. These operations are performed by the Harbor system administrator. The Harbor system administrator performs global configuration operations that apply to the whole Harbor instance. The operations that are performed by the Harbor system administrator are the following. -- Select database, LDAP/Active Directory, or OIDC based authentication. For information, see [Configuring Authentication](configure_authentication/configure_authentication.md) -- Add users in database authentication mode and assign the system administrator role to other users. For information, see [Role Based Access Control](managing_users/rbac.md) -- Configure general system settings. For information, see [Administrator Options](general_settings.md) +- Select database, LDAP/Active Directory, or OIDC based authentication. For information, see [Configuring Authentication](configure_authentication/configure_authentication.md). +- Add users in database authentication mode and assign the system administrator role to other users. For information, see [Role Based Access Control](managing_users/rbac.md). +- Configure general system settings. For information, see [Administrator Options](general_settings.md). - Configure how projects are created, and apply resource quotas to projects. For information, see [Configure Project Settings](configure_project_settings.md) -- Set up replication of images between Harbor and another Harbor instance or a 3rd party replication target. For information, see [Configuring Replication](configuring_replication/configuring_replication.md) -- Set up vulnerability scanners to check the images in the registry for CVE vulnerabilities. For information, see [Vulnerability Scanning](vulnerability_scanning/vulnerability_scanning.md) -- Perform garbage collection, to remove unnecessary data from Harbor. For information, see [Garbage Collection](garbage_collection.md) -- Upgrade Harbor when a new version becomes available. For information, see [Upgrading Harbor](upgrade/_index.md) +- Set up replication of images between Harbor and another Harbor instance or a 3rd party replication target. For information, see [Configuring Replication](configuring_replication/configuring_replication.md). +- Set up vulnerability scanners to check the images in the registry for CVE vulnerabilities. For information, see [Vulnerability Scanning](vulnerability_scanning/vulnerability_scanning.md). +- Perform garbage collection, to remove unnecessary data from Harbor. For information, see [Garbage Collection](garbage_collection.md). +- Upgrade Harbor when a new version becomes available. For information, see [Upgrading Harbor](upgrade/upgrade_harbor.md). ---------- diff --git a/docs/harbor-doc-reorg/administration/managing_users/create_users_db.md b/docs/harbor-doc-reorg/administration/managing_users/create_users_db.md new file mode 100644 index 000000000..ec45cbd2a --- /dev/null +++ b/docs/harbor-doc-reorg/administration/managing_users/create_users_db.md @@ -0,0 +1,26 @@ +[Back to table of contents](../../_index.md) + +---------- + +# Create User Accounts in Database Mode + +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**. + + ![Create user account](../../img/create_user.png) +1. Click **New User**. +1. Enter information about the new user. + + ![Provide user information](../../img/new_user.png) + + - 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 + +If users forget their password, there is a **Forgot Password** in the Harbor log in page. + +---------- + +[Back to table of contents](../../_index.md) \ No newline at end of file