Problem
I have one role "creator" and under this role I have two users creator1 and creator 2, both have permissions to create content. So Creator 1 creates the page but this created page is visible under Administer->content for both the users and i want that to be user specific i.e the user who creates the page should only be able to edit/see that under administer->content.
Action taken
I changed the usermanagement->permissions, "edit any page content" is disabled and "administer nodes" has been checked under node module as i want Administer->content to see the content info created by user.
Getting Result
creator1 can see content created by creator1 as well as creator2.
Required Result
User creating the page should only be able to see it in its content info.
Can the Content Access module help in this scenario?