Closed (fixed)
Project:
Nodeaccess
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2007 at 00:54 UTC
Updated:
27 Apr 2007 at 17:35 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedDrupal's node access system handles this. If there are other access control modules, then they determine what permissions would remain. If not, then drupal resets itself to the default permissions which are that everyone can view everything that the role based access control allows.
Comment #2
jorditr commentedAh, ok. So, just to be sure I've understood, it means that once installed nodeaccess intercepts any node (view, edit, delete) call throught its own data table, but if we uninstall nodeaccess that module is not there to make that interception and then drupal works the same way it should by itself as if anything had happened? That would be a pretty transparent way to make the task :-)
Comment #3
Anonymous (not verified) commentedaccess control modules don't do anything when a node is loaded. All they ever do is tell drupal what permissions they have for a node when drupal requests that info from the module. Whatever happens with permissions when a page is loaded is up to drupal, based on information in it's node_access table.