From 9bd739cc9c5cc52cd45c98318ae86ecf87521882 Mon Sep 17 00:00:00 2001 From: Katrin Yordanova Date: Tue, 6 Dec 2022 16:07:09 +0200 Subject: [PATCH] Add missing forbidden roles translations to system settings --- locale/en/corteza-webapp-admin/system.settings.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/locale/en/corteza-webapp-admin/system.settings.yaml b/locale/en/corteza-webapp-admin/system.settings.yaml index 16eb97c44..2f58a242f 100644 --- a/locale/en/corteza-webapp-admin/system.settings.yaml +++ b/locale/en/corteza-webapp-admin/system.settings.yaml @@ -116,6 +116,9 @@ editor: prohibited-roles: description: Roles from this list will be removed from security context when authenticates with this provider label: Prohibited roles + forbidden-roles: + description: Roles from this list will be removed from security context when authenticates with this provider + label: Forbidden roles forced-roles: description: Roles from this list will be always added to security context when authenticates with this provider label: Forced roles