Comment to 'Reset notifications?'
  • 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;