Hi,
Does anyone knows how subscription plugin manages its whitelist, whether through mysql tables or through XML files?
I am looking for a way to manage whitelist through my script… is it possible to alter the whitelist with out using the admin panel.
Waiting for reply in anticipation
Hi amit,
The list of users in the whitelist is stored as a comma seperated value using the JiveGlobals with a property name of “plugin.subscription.whiteList”. Property data is stored jiveProperty table, so you could manipulate it at that level.
Hope that helps,
Ryan
Hi ryang,
Thanks for the information but I think it will update the data at system level means I will not be able to manage whitelist at user level…
Thanks