Closed (fixed)
Project:
Drupal core
Version:
5.2
Component:
user.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Feb 2005 at 09:41 UTC
Updated:
31 Jul 2008 at 04:46 UTC
Jump to comment: Most recent file
Comments
Comment #1
zaim-1 commentedI wanted this feature as well. I wanted it urgently so I've written a module to do it. I just implemented a hook_nodeapi() that adds a "New user name or ID" field in node submission/edit forms, and during node inserts/updates, will change it's uid field to the given new user's.
Comment #2
jonbob commentedComment #3
Mguel commentedI would need this but for drupal 5.2
I created many nodes for different users (I'm admin). In the ownership field I set the different meant ownerships, but afterwards I realized that that info is only the "displayed" ownership, since they can't edit that node nevertheless they have permissions to edit their own modules. In the contrary if they create a node afterwards they are able to edit it, but not the one I created for them...
Thants why I would use the ownership.module so I can change ownership to the nodes I created for different users.
cheers
Comment #4
jamin0 commentedThis does not work. Changing the uid to in the node table still does not give edit privileges to the new user.
Comment #5
damien tournoud commented@jamin0: please verify that the node is using an Input format that the author can use.
This is an old enough ticket for a non-issue, marking as fixed.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.