Our users do not want email notification for every change they do by themselves. The Autowatch flag (under Profile->Settings->Email) is for some reason set to true for all users. How can we reset this to false for all users in one go?
Hey,
check this workaround:
The config lives in an XML file: <tt><confluence install>/confluence/WEB-INF/lib/confluence-x.x.x.jar/preferences-default.xml</tt>.
You need to change the boolean value to false, thus:
<preference type="Boolean"> <name>confluence.prefs.watch.my.own.content</name> <value>false</value> </preference>
Then place it as <tt><confluence install>/confluence/WEB-INF/classes/preferences-default.xml</tt> and restart Confluence.
Posted here:
https://jira.atlassian.com/browse/CONF-22070
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.