I have a site where users can either register with the site and provide their profile details or they can provide a profile for someone else (without registering). I have allowed authenticated users the ability to create a new profile. However, when a user goes to /node/add/profile, they are redirected to their own profile page. There's no way to let people create new profile content without giving them the 'administer nodes' permission, which opens them up to all of the content.

I have commented line 383 in content_profile.module to stop the system from redirecting them when they try to add new nodes.

I think there should be a setting that asks if users should be redirected to their own content or this piece of code should be taken out.