Last change
on this file since 881 was
862,
checked in by plg, 19 years ago
|
- improvement: long localized messages are in HTML files instead of $lang
array. This is the case of admin/help and about pages.
- deletion: of unused functions (ts_to_mysqldt, is_image, TN_exists,
check_date_format, date_convert, get_category_directories,
get_used_metadata_list, array_remove, pwg_write_debug,
get_group_restrictions, get_all_group_restrictions, is_group_allowed,
style_select, deprecated_getAttribute).
- new: many new contextual help pages to replace descriptions previously
included in pages.
- modification: reorganisation of language files. Deletion of unused
language keys, alphabetical sort. No faq.lang.php anymore (replaced by
help.html). Only done for en_UK.iso-8859-1.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
753 bytes
|
Line | |
---|
1 | <h2>Users list</h2> |
---|
2 | |
---|
3 | <p>This is the place where you can manage registered users. Only permissions |
---|
4 | are managed in different several screens.</p> |
---|
5 | |
---|
6 | <h3>Add a user</h3> |
---|
7 | |
---|
8 | <p>Administrator can manually add users.</p> |
---|
9 | |
---|
10 | <h3>Users list</h3> |
---|
11 | |
---|
12 | <p>The list can be filtered on username (use * as wildcard), group or |
---|
13 | status. The list can be order by registration date or username, in ascending |
---|
14 | or descending order.</p> |
---|
15 | |
---|
16 | <p>This screen works be managing several users at once on different actions |
---|
17 | :</p> |
---|
18 | |
---|
19 | <ul> |
---|
20 | |
---|
21 | <li>delete users (require a confirmation checkbox)</li> |
---|
22 | |
---|
23 | <li>change status</li> |
---|
24 | |
---|
25 | <li>associate or dissociate from groups</li> |
---|
26 | |
---|
27 | <li>modify display properties</li> |
---|
28 | |
---|
29 | </ul> |
---|
30 | |
---|
31 | <p>The target is the set users selected (by default) or all users is |
---|
32 | asked.</p> |
---|
Note: See
TracBrowser
for help on using the repository browser.