GUAC-1406: Update administration docs with respect to user filtering.
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/5cddc119 Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/tree/5cddc119 Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/diff/5cddc119 Branch: refs/heads/master Commit: 5cddc1195941f42fe13c1bf9b61a66b74d700e55 Parents: 3c50cf9 Author: Michael Jumper <[email protected]> Authored: Thu Dec 3 12:16:57 2015 -0800 Committer: Michael Jumper <[email protected]> Committed: Thu Dec 3 12:16:57 2015 -0800 ---------------------------------------------------------------------- src/chapters/administration.xml | 13 +++++++------ src/chapters/images/manage-users.png | Bin 23747 -> 26018 bytes 2 files changed, 7 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/5cddc119/src/chapters/administration.xml ---------------------------------------------------------------------- diff --git a/src/chapters/administration.xml b/src/chapters/administration.xml index 768eddd..3f06bf0 100644 --- a/src/chapters/administration.xml +++ b/src/chapters/administration.xml @@ -138,12 +138,13 @@ </indexterm> <para>Clicking "Users" within the list of settings sections will take you to the user management screen. Here you can add new users or edit the properties and privileges of - existing users.</para> - <para>To add a new user, type the username of the new user within the text box inside the - user management screen, and click the "New User" button. The new user will be added and - made available. The new user will have no access to any existing connections, nor any - administrative privileges, and you will need to manually set the user's password before - they will be able to log in.</para> + existing users. If you have a large number of users, you can also enter search terms + within the "Filter" field to filter the list of users by username.</para> + <para>To add a new user, click the "New User" button. This will take you to a screen where + you will be allowed to enter the details of the new user, such as the password and + username. Note that, unless you specify otherwise, the new user will have no access to + any existing connections, nor any administrative privileges, and you will need to + manually set the user's password before they will be able to log in.</para> <informalfigure> <screenshot> <mediaobject> http://git-wip-us.apache.org/repos/asf/incubator-guacamole-manual/blob/5cddc119/src/chapters/images/manage-users.png ---------------------------------------------------------------------- diff --git a/src/chapters/images/manage-users.png b/src/chapters/images/manage-users.png index cdc0cce..52ada83 100644 Binary files a/src/chapters/images/manage-users.png and b/src/chapters/images/manage-users.png differ
