I created some nodes as admin and placed the name of a user in the 'author' field. And then let the user edit own pages and own stories.

The user had no problems when editting a 'page' node. However, drupal returns a permission denied when trying to edit an own 'story' node.

Comments

jlinares’s picture

Status: Active » Closed (fixed)

I got it. If a node is using a filter (full HTML) and the user hasn't permission for it, then it returns permission denied. It is a very logical thing, but simetimes there are too many things to debug. ;)

Thanks anyway.