Reset notifications?

Is there a way to set the default notifications for all members (even those who have already registered) to minimize the amount emails that they receive (to skip them adjusting that setting themselves)?

  • 111
  • More
Replies (1)
    • Hello @Tajrebatee !

      If you want to disable all updates from the site then it would be easier to run the following query in your UNA database (backup the `sys_accounts`table first):

      UPDATE `sys_accounts` SET `receive_updates`='0' и `receive_news`=0;

      and clear the cache via Dashboard;

      Login or Join to comment.