diff --git a/docs/img/log_search_advanced.png b/docs/img/log_search_advanced.png index c0ac422ee..bd04f724d 100644 Binary files a/docs/img/log_search_advanced.png and b/docs/img/log_search_advanced.png differ diff --git a/docs/img/new_add_member.png b/docs/img/new_add_member.png index ed014883c..fc034b261 100644 Binary files a/docs/img/new_add_member.png and b/docs/img/new_add_member.png differ diff --git a/docs/img/new_browse_project.png b/docs/img/new_browse_project.png index cc876780b..4cd55bd49 100644 Binary files a/docs/img/new_browse_project.png and b/docs/img/new_browse_project.png differ diff --git a/docs/img/new_config_email.png b/docs/img/new_config_email.png index 686e3cd56..996694f89 100644 Binary files a/docs/img/new_config_email.png and b/docs/img/new_config_email.png differ diff --git a/docs/img/new_delete_repo.png b/docs/img/new_delete_repo.png index fc6f9b8c8..84edda4d2 100644 Binary files a/docs/img/new_delete_repo.png and b/docs/img/new_delete_repo.png differ diff --git a/docs/img/new_delete_tag.png b/docs/img/new_delete_tag.png index f34141901..be28c034c 100644 Binary files a/docs/img/new_delete_tag.png and b/docs/img/new_delete_tag.png differ diff --git a/docs/img/new_project_log.png b/docs/img/new_project_log.png index 67f27282c..c96ffc6f2 100644 Binary files a/docs/img/new_project_log.png and b/docs/img/new_project_log.png differ diff --git a/docs/img/new_remove_update_member.png b/docs/img/new_remove_update_member.png index 3650ed8c1..16664e761 100644 Binary files a/docs/img/new_remove_update_member.png and b/docs/img/new_remove_update_member.png differ diff --git a/docs/img/new_set_admin_remove_user.png b/docs/img/new_set_admin_remove_user.png index b2c77eed9..1495a2fa7 100644 Binary files a/docs/img/new_set_admin_remove_user.png and b/docs/img/new_set_admin_remove_user.png differ diff --git a/docs/user_guide.md b/docs/user_guide.md index 615db96f0..77195c0a2 100644 --- a/docs/user_guide.md +++ b/docs/user_guide.md @@ -102,12 +102,12 @@ You can add members with different roles to an existing project. You can add a L ![browse project](img/new_add_member.png) ### Updating and removing members -You can update or remove a member by clicking the icon on the left. +You can check one or more members, then click `MEMBER ACTION`, choose one role to batch switch checked members's roles. You can also click `MEMBER.REMOVE` to batch remove checked members. ![browse project](img/new_remove_update_member.png) ## Replicating images -Images replication is used to replicate repositories from one Harbor instance to another. +Images replication is used to replicate repositories from one Harbor instance to another. The function is project-oriented, and once the system administrator set a rule to one project, all repositories under the project that match the defined [filter](#replication-filter) patterns will be replicated to the remote registry when the [triggering condition](#replication-triggering-condition) is triggered. Each repository will start a job to run. If the project does not exist on the remote registry, a new project will be created automatically, but if it already exists and the user configured in policy has no write privilege to it, the process will fail. The member information will not be replicated. @@ -162,7 +162,7 @@ Entering a keyword in the search field at the top lists all matching projects an ## Administrator options ### Managing user -Administrator can add "Administrator" role to an ordinary user by click button on the left and select "Set as Administrator". To delete a user, select "Delete". Deleting user is only supported under database authentication mode. +Administrator can add "Administrator" role to one or more ordinary users by checking checkboxes and clicking `SET AS ADMINISTRATOR`. To delete users, checked checkboxes and select `DELETE`. Deleting user is only supported under database authentication mode. ![browse project](img/new_set_admin_remove_user.png)