Closed (fixed)
Project:
Node access user reference
Version:
6.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Jan 2011 at 14:38 UTC
Updated:
27 Jan 2011 at 03:10 UTC
Now that the module is providing two different types of grants, it makes sense to bulk up the README.txt to explain that to the user.
Also, we should mention something about the difference between what happens when you go from 6.x-2.6 to anything greater than 6.x-2.6 because:
* Before: node author has no grants to her nodes
* After: node author has read, update, delete to her nodes
So sites that were depending on the author not being able to read, update, delete their nodes will need to change the default configuration.
Comments
Comment #1
danielb commentedHmmm probably should make a 3.x branch and use hook_update_N to unset those author settings for people upgrading
Comment #2
danielb commentedI've committed a 3.x branch. It will also give a msg to the user when updating.