From 3c5594db2e37a6f007c458243b6bf1735cacebea Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sat, 3 Nov 2018 17:24:06 -0700 Subject: [PATCH] GUACAMOLE-220: Group attribute "disabled" controls whether the group has any effect, not whether login is allowed. --- .../src/main/resources/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/resources/translations/en.json b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/resources/translations/en.json index 5520a81d4..b286f0c49 100644 --- a/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/resources/translations/en.json +++ b/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/resources/translations/en.json @@ -104,9 +104,9 @@ "USER_GROUP_ATTRIBUTES" : { - "FIELD_HEADER_DISABLED" : "@:USER_ATTRIBUTES.FIELD_HEADER_DISABLED", + "FIELD_HEADER_DISABLED" : "Disabled:", - "SECTION_HEADER_RESTRICTIONS" : "@:USER_ATTRIBUTES.SECTION_HEADER_RESTRICTIONS" + "SECTION_HEADER_RESTRICTIONS" : "Group Restrictions" }