I've been looking at ways to implement security to that groups can edit content in areas of my site, and tac security seems to be the way to go.

Problem is I installed it but it seems to be ignored with existing nodes. I have a node associated with the research category that I created before the installation of the tac module. I have a researcher role setup in tac, that is setup to be able to update and delete things in the research category. When a user with that role goes into drupal they cannot edit that document. I created a new document after the module was put in, associated with the same category and when that same user logged in I was able to edit it.

Is this normal, if so what stuff can I do in the db to make up for this?

Comments

ztolley1’s picture

The issue was because the user creating the content used tinymce, but the other user didn't have the permission to use full html in thier posts, so it wouldn't let them edit this one. It does mention this in the help page for the tac module!