diff options
author | plegall <plg@piwigo.org> | 2007-10-09 21:39:15 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2007-10-09 21:39:15 +0000 |
commit | a34f8c67b07c861212346252b766cf6131b65885 (patch) | |
tree | bc7dce174a0514bec93c6aa39c6c21a1d298337e /language/en_UK/help/user_list.html | |
parent | 78b838459d0a46f868fbef102feed804c424190b (diff) |
Part of feature 32: fr_FR.iso-8859-1 and en_UK.iso-8859-1 contents become
utf-8 encoded and the directory names lose encoding information as the only
supported encoding becomes utf-8.
git-svn-id: http://piwigo.org/svn/trunk@2130 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK/help/user_list.html')
-rw-r--r-- | language/en_UK/help/user_list.html | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/language/en_UK/help/user_list.html b/language/en_UK/help/user_list.html new file mode 100644 index 000000000..b09110537 --- /dev/null +++ b/language/en_UK/help/user_list.html @@ -0,0 +1,43 @@ +<h2>Users list</h2> + +<p>This is the place where you can manage registered users. Only permissions +are managed in different several screens.</p> + +<h3>Add a user</h3> + +<p>Administrator can manually add users.</p> + +<h3>Users list</h3> + +<p>The list can be filtered on username (use * as wildcard), group or +status. The list can be order by registration date or username, in ascending +or descending order.</p> + +<p>This screen works be managing several users at once on different actions +:</p> + +<ul> + + <li>delete users (require a confirmation checkbox)</li> + + <li>change status</li> + + <li>associate or dissociate from groups</li> + + <li>modify display properties</li> + + <li>modify additional properties</li> + +</ul> + +<p>The target is the set users selected (by default) or all users is +asked.</p> +<h3>Adviser</h3> +<p>Definition of adviser user:</p> +<ul> + <li>allow access of all screens permitted by this status</li> + <li>read-only or simulate-only access</li> +</ul> + +<p>It's possible to assign adviser mode with variable $conf['allow_adviser'].</p> +<p>If this variable is 'true', it's possible to define user like an adviser</p> |