GitHub user mike-jumper opened a pull request:
https://github.com/apache/guacamole-client/pull/338
GUACAMOLE-220: Correct translation strings for user group "disabled"
attribute.
The "disabled" group attribute provided by the JDBC auth controls whether
the user group has any effect, not whether login is allowed. The translation
strings for that attribute should not be inherited from those used for user
attributes (where "disabled" *does* control whether login is allowed) but
should instead reflect group-specific behavior.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mike-jumper/guacamole-client
correct-group-attributes
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/guacamole-client/pull/338.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #338
----
commit 3c5594db2e37a6f007c458243b6bf1735cacebea
Author: Michael Jumper <mjumper@...>
Date: 2018-11-04T00:24:06Z
GUACAMOLE-220: Group attribute "disabled" controls whether the group has
any effect, not whether login is allowed.
----
---