From cdb0f9445b70724f1912a8339c647d89ef4a0e6d Mon Sep 17 00:00:00 2001 From: Gofannon <17145502+Gofannon@users.noreply.github.com> Date: Tue, 28 Mar 2023 23:20:46 +0200 Subject: [PATCH] fix missing "editor perm" in conf file --- conf/plugin_authldap.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/plugin_authldap.json b/conf/plugin_authldap.json index f92d6da..558da7f 100644 --- a/conf/plugin_authldap.json +++ b/conf/plugin_authldap.json @@ -8,7 +8,7 @@ "MailAttr": "mail", "Groups": { "administrator": "__APP__.admin", - "editor": "", + "editor": "__APP__.editor", "author": "", "contributor": "", "subscriber": "__APP__.main"