I have users who do not wish to get the "Confluence Changes in the last 24 hours" emails. They have the "Subscribe to daily updates" box unchecked in their Profile / Settings / Email page, but they still get this particular email every day. Is there any way for a user to "opt out" of getting this email (short of removing their email address from their user account)?
We are running Conflence 3.4.5 at the moment ... if a newer version allows this or resolves a bug related to this, that would be useful information too.
Thanks!
Hello,
It will disable all the updates, but, not sure if disable notify watchers too. Since Confluence doesn't have a option to completely toggle the Notify Watchers checkbox, the best workaround we can provide to you is to remove the "watchers" of the page or better than yet, you can make the checkbox unchecked by default:
Navigate to Confluence Admin >> Custom HTML
Insert the following At the End of the HEAD:
<script type="text/javascript"> AJS.toInit(function () { AJS.$('#notifyWatchers').attr('checked', false); }); </script>
You can also add you vote on this Feature Request to share your thoughts with Atlassian.
Cheers,
WZ
As I said in the original question, unchecking the "daily updates" box does NOT stop this particular daily email, and it is not associated with watched pages either.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.