[SOLVED] How to completely remove userProperties ?
Code:
[I want to delete those properties]
s15389121:/opt/zimbra/bin # ./zmprov ma yassine@clarten.fr -zimbraZimletUserProperties "com_feeder_sugarbee:passwd:"
s15389121:/opt/zimbra/bin # ./zmprov ma yassine@clarten.fr -zimbraZimletUserProperties "com_feeder_sugarbee:password:"
s15389121:/opt/zimbra/bin # ./zmprov ma yassine@clarten.fr -zimbraZimletUserProperties "com_feeder_sugarbee:username:"
[Let's make sure they were removed...]
s15389121:/opt/zimbra/bin # ./zmprov ga yassine@clarten.fr zimbraZimletUserProperties | grep feeder
zimbraZimletUserProperties: com_feeder_sugarbee:sb_username:yassine
zimbraZimletUserProperties: com_feeder_sugarbee:sb_saved_appts_ids:["4c9c3296-df12-6ced-0c08-50894961cb22"]
zimbraZimletUserProperties: com_feeder_sugarbee:sb_sugar_url:http://92.1.52.30/sugarcrm
zimbraZimletUserProperties: com_feeder_sugarbee:sb_password:xxxxxxx
[ great, they're gone...]
[ Now, refreshing the browser, double click on the zimlet to show the properties editor... They're still there !]
s15389121:/opt/zimbra/bin # ./zmprov ga yassine@clarten.fr zimbraZimletUserProperties | grep feeder
zimbraZimletUserProperties: com_feeder_sugarbee:sb_username:yassine
zimbraZimletUserProperties: com_feeder_sugarbee:sb_password:xxxxxxx
zimbraZimletUserProperties: com_feeder_sugarbee:password: <------
zimbraZimletUserProperties: com_feeder_sugarbee:username: <------ Hey, you >:( you were all deleted, why are you still here ?
zimbraZimletUserProperties: com_feeder_sugarbee:passwd: <------
zimbraZimletUserProperties: com_feeder_sugarbee:sb_saved_appts_ids:["4c9c3296-df12-6ced-0c08-50894961cb22"]
zimbraZimletUserProperties: com_feeder_sugarbee:sb_sugar_url:http://92.1.52.30/sugarcrm
s15389121:/opt/zimbra/bin
#
Knowing that those three properties :
1. Are not in any javascript files
2. Are not in any XML file, neither com_feeder_sugarbee.xml nor config_template.xml
They were removed from these files.
Any help appreciated.