From 6e0fd20afd3d1b6132796cc7a567f0d2cbaf96e3 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Wed, 8 Aug 2018 21:03:37 +0200 Subject: mod_pep: Loosen restrictions on the "none" affiliation This allows non-contacts access to data in nodes with the "open" access model. Thanks gerald --- plugins/mod_pep.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'plugins/mod_pep.lua') diff --git a/plugins/mod_pep.lua b/plugins/mod_pep.lua index 55373f45..63cfe562 100644 --- a/plugins/mod_pep.lua +++ b/plugins/mod_pep.lua @@ -158,13 +158,13 @@ function get_pep_service(username) create = false; publish = false; retract = false; - get_nodes = false; + get_nodes = true; - subscribe = false; - unsubscribe = false; - get_subscription = false; - get_subscriptions = false; - get_items = false; + subscribe = true; + unsubscribe = true; + get_subscription = true; + get_subscriptions = true; + get_items = true; subscribe_other = false; unsubscribe_other = false; -- cgit v1.2.3