aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2020-05-06 16:52:30 +0100
committerStruan Donald <struan@exo.org.uk>2020-05-12 17:11:52 +0100
commit8898170c9ac6127329a1f17d855dae8ea7472f86 (patch)
tree34fcae003bd826648c238d26d8c2ed6b8d1672ee /docs
parent60b0ccde85228080b81387292f6c98c3293a0f57 (diff)
[Docs] Add info about user timeline.
Diffstat (limited to 'docs')
-rw-r--r--docs/_includes/admin-tasks-content.md21
-rw-r--r--docs/_layouts/pro.html3
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>