From 52edbdcf3390f3f9cc69b50f552a767b2697916b Mon Sep 17 00:00:00 2001 From: Stuart Clements Date: Mon, 13 Jan 2020 13:05:44 +0100 Subject: [PATCH] Fixed links --- docs/1.10/administration/general_settings.md | 5 ----- docs/1.10/administration/managing_users/create_users_db.md | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/1.10/administration/general_settings.md b/docs/1.10/administration/general_settings.md index adeb18892..b539b6532 100644 --- a/docs/1.10/administration/general_settings.md +++ b/docs/1.10/administration/general_settings.md @@ -35,11 +35,6 @@ denied: The system is in read only mode. Any modification is prohibited. Use the **Project Creation** drop-down menu to set which users can create projects. Select **Everyone** to allow all users to create projects. Select **Admin Only** to allow only users with the Harbor system administrator role to create projects. ![browse project](../../img/new_proj_create.png) -## Set Who Can Create Projects - -Use the **Project Creation** drop-down menu to set which users can create projects. Select **Everyone** to allow all users to create projects. Select **Admin Only** to allow only users with the Harbor system administrator role to create projects. -![browse project](../../img/new_proj_create.png) - ---------- [Back to table of contents](../index.md) \ No newline at end of file diff --git a/docs/1.10/administration/managing_users/create_users_db.md b/docs/1.10/administration/managing_users/create_users_db.md index 26e313c80..e6a7ad954 100644 --- a/docs/1.10/administration/managing_users/create_users_db.md +++ b/docs/1.10/administration/managing_users/create_users_db.md @@ -19,7 +19,7 @@ In database authentication mode, the Harbor system administrator creates user ac - 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. To use this feature, you must [configure an email server](general_settings.md). +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.md). ----------