diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/_includes/admin-tasks-content.md | 21 | ||||
-rw-r--r-- | docs/_layouts/pro.html | 3 |
2 files changed, 7 insertions, 17 deletions
diff --git a/docs/_includes/admin-tasks-content.md b/docs/_includes/admin-tasks-content.md index 91ba8f3d8..16329e7e8 100644 --- a/docs/_includes/admin-tasks-content.md +++ b/docs/_includes/admin-tasks-content.md @@ -114,25 +114,16 @@ to access the full report admin editing page. <div class="admin-task" markdown="1" id="search-user"> -### Searching for a user +### User admin <span class="admin-task__permissions">Permissions required: User must be marked as staff; “Edit users' details/search for their reports” must be ticked</span> -Click on ‘admin’ in the top menu bar. - -Enter any part of the user’s name or email address in the ‘Search users’ box. - -</div> - -<div class="admin-task" markdown="1" id="editing-users-information"> - -### Editing a user’s information - -<span class="admin-task__permissions">Permissions required: User must be marked as staff; "Edit users' details/search for their reports" must be ticked.</span> - -Click on ‘Edit’ beside any user to view or change their account details. -Or, click the user’s email address to view a list of all reports and updates made by that user. +In the admin, enter any part of the user’s name or email address in the ‘Search +users’ box. You may click on ‘Edit’ beside any user to view or change their +account details, click the user’s email address to view a list of all reports +and updates made by that user, or click ‘Timeline’ to see a timeline of that +user’s activities on the site. </div> diff --git a/docs/_layouts/pro.html b/docs/_layouts/pro.html index 085c1ce44..d04446a6e 100644 --- a/docs/_layouts/pro.html +++ b/docs/_layouts/pro.html @@ -95,8 +95,7 @@ <li><a href="/pro-manual/admin-tasks/#filtering-sorting-reports">Filtering and sorting reports</a></li> <li><a href="/pro-manual/admin-tasks/#view-single-report">Viewing a single report</a></li> <li><a href="/pro-manual/admin-tasks/#search-report">Searching for a report</a></li> - <li><a href="/pro-manual/admin-tasks/#search-user">Searching for a user</a></li> - <li><a href="/pro-manual/admin-tasks/#editing-users-information">Editing a user’s information</a></li> + <li><a href="/pro-manual/admin-tasks/#search-user">User search/edit</a></li> <li><a href="/pro-manual/admin-tasks/#view-reports-non-staff-user">Viewing reports as a non-staff user</a></li> <li><a href="/pro-manual/admin-tasks/#create-reports-behalf-user">Creating reports on behalf of another user</a></li> <li><a href="/pro-manual/admin-tasks/#deal-undesirable-content">Dealing with undesirable content</a></li> |