1 | <html> |
---|
2 | <head> |
---|
3 | <title>Users</title> |
---|
4 | </head> |
---|
5 | <body> |
---|
6 | <p>This page lists all the users on the system.</p> |
---|
7 | <p>To add (or modify) users' permissions, your password will be required in the <strong>Your password</strong> field.</p> |
---|
8 | |
---|
9 | <h4>Users list filter</h4> |
---|
10 | <dl> |
---|
11 | <dt>Search</dt> |
---|
12 | <dd>Search is based on the user ID. The <strong>*</strong> wildcard can be used to look only for a part of the user ID.</dd> |
---|
13 | |
---|
14 | <dt>Order by</dt> |
---|
15 | <dd>The users list can be ordered by their <em>ID</em>, their <em>Last Name</em>, their <em>First Name</em>, their <em>Display Name</em> (nickname) or the <em>Number of Entries</em> they created.</dd> |
---|
16 | |
---|
17 | <dt>Sort</dt> |
---|
18 | <dd>Indicates the sorting method that will be applied to the result list (<em>Ascending</em> or <em>Descending</em>).</dd> |
---|
19 | |
---|
20 | <dt>Users per page</dt> |
---|
21 | <dd>Sets the number of users displayed in each page of the result list.</dd> |
---|
22 | </dl> |
---|
23 | |
---|
24 | <h4>Users batch actions</h4> |
---|
25 | <p>It is possible to make a batch of actions on several users at one time.</p> |
---|
26 | <ul> |
---|
27 | <li><strong>Set permissions:</strong> Set permissions for one or more blog(s).</li> |
---|
28 | <li><strong>Delete:</strong> Remove the selected user(s) from the system. A user who created entries cannot be deleted.</li> |
---|
29 | </ul> |
---|
30 | <p>If you decide to set users' permissions, you will be redirected to a new page listing the blogs available on your system. Check the blogs you want to set the permissions on, and press <strong>Set permissions</strong>.</p> |
---|
31 | |
---|
32 | <h4>Users permissions</h4> |
---|
33 | <p>For each blog, you can set the following permissions:</p> |
---|
34 | <ul> |
---|
35 | <li><strong>Administrator:</strong> Can administrate the blog entirely.</li> |
---|
36 | <li><strong>Manage their own entries and comments:</strong> The user can create entries and manage the comments on entries he created.</li> |
---|
37 | <li><strong>Publish entries and comments:</strong> The user can modify the publication status of his own entries and of his entries' comments.</li> |
---|
38 | <li><strong>Delete entries and comments:</strong> The user can delete his own entries as well as his entries' comments.</li> |
---|
39 | <li><strong>Manage all entries and comments:</strong> The user can manage all the entries of this blog, no matter if he's the author or not.</li> |
---|
40 | <li><strong>Manage categories:</strong> The user can create, modify and delete categories.</li> |
---|
41 | <li><strong>Manage their own media items:</strong> The user can add media items and modifye or delete his own media.</li> |
---|
42 | <li><strong>Manage all media items:</strong> The user can manage the media items from any user.</li> |
---|
43 | <li><strong>Manage pages:</strong> The user can add and modify pages.</li> |
---|
44 | <li><strong>Manage blogroll:</strong> The user can manage the blogroll of the current blog.</li> |
---|
45 | </ul> |
---|
46 | <p>The <strong>Super administrator</strong> status is set in the user profile.</p> |
---|
47 | </body> |
---|
48 | </html> |
---|