GUAC-1406: Document filtering of connection permissions.
Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/commit/fc17982b Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/tree/fc17982b Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/diff/fc17982b Branch: refs/heads/master Commit: fc17982b519e171ba3600d0945150a5be28c89dd Parents: 8d4abd2 Author: Michael Jumper <[email protected]> Authored: Tue Dec 8 14:07:25 2015 -0800 Committer: Michael Jumper <[email protected]> Committed: Tue Dec 8 14:22:21 2015 -0800 ---------------------------------------------------------------------- src/chapters/administration.xml | 5 ++++- src/chapters/images/edit-user.png | Bin 86637 -> 87516 bytes 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/fc17982b/src/chapters/administration.xml ---------------------------------------------------------------------- diff --git a/src/chapters/administration.xml b/src/chapters/administration.xml index 177f9b7..822a2dc 100644 --- a/src/chapters/administration.xml +++ b/src/chapters/administration.xml @@ -161,7 +161,10 @@ <para>To edit a user, just click on the user you wish to edit. You will be taken to a screen which allows you to change the user's password, expire their password (such that it must be changed at next login), add or remove administrative permissions, and add or remove - read access to specific connections or groups.</para> + read access to specific connections or groups. If you are managing a large number of + connections or groups and wish to reduce the size of the list displayed, you can do so + by specifying search terms within the "Filter" field. Groups will be filtered by name + and connections will be filtered by name or protocol.</para> <para>If you have delete permission on the user, you will also see a "Delete" button. Clicking this button will permanently delete the user. Alternatively, if you only wish to temporarily disable the account, checking "Login disabled" will achieve the same http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/fc17982b/src/chapters/images/edit-user.png ---------------------------------------------------------------------- diff --git a/src/chapters/images/edit-user.png b/src/chapters/images/edit-user.png index a4d3087..17f51d0 100644 Binary files a/src/chapters/images/edit-user.png and b/src/chapters/images/edit-user.png differ
