do not allow users to modify notifications under user preferences
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2024 02:15 PM - edited 02-05-2024 02:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2024 07:48 PM - edited 02-05-2024 07:50 PM
A simple way of doing it is (and please note that this is a custom approach) to disable ACL on table that allows them to edit notifications. You can look at all acl on table "cmn_notif_device" and disable the acl that allows users to edit their record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 12:25 PM
thanks for your reply. We already have that ACL modified and includes admin in the 'requires role' section and the script is commented out but for some reason users can still disable notifications under user preferences.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2024 11:31 PM
Use Access Analyzer to identify access of individuals on this table. It appears some one has rights to edit these info through some other acl.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2024 08:55 AM
Disabling notifications under user preferences .... you mean stopping the sending of them so they no longer receive the email or page or whatever method it is? If so, I don't think you can without customization. Preventing the user from opting out is a bad user experience overall.