[development] with anonymous user able to edit nodes

Idan Arbel idan at arbel-designs.com
Wed Jul 21 13:46:41 UTC 2010


I think I found the issue, contrary to what I stated at first, a permission modifying module was installed - node access. Didn't notice it at first, but after modifying it the problem has been resolved.

Thanks for you assistance, I greatly appreciate it.

Idan

-----Original Message-----
From: development-bounces at drupal.org [mailto:development-bounces at drupal.org] On Behalf Of Pierre Rineau
Sent: Wednesday, July 21, 2010 4:45 PM
To: development at drupal.org
Subject: Re: [development] with anonymous user able to edit nodes

Le mercredi 21 juillet 2010 à 16:31 +0300, Idan Arbel a écrit :
> Thanks for all the tips, I'll try disabling modules although I can't
> find the reason why this would happen.
> 
>  
> 
> I can't assign the nodes to a different user because these nodes are
> used as content profiles, and there can be only 1 per user. Some nodes
> will have users attached to them but others won't at first.
> 
>  
> 
> As for the permission, the anon user doesn't have any content
> permissions other than access content.

The content_profile module doesn't have you to set any permissions for
the content profiles nodes, it does all permission check logic for you.

The only permissions you have to set for anonymous user are the field
permissions, only if you use the content_permission module.

Just leave all permissions for content profile node types empty (except
for administrator or moderator roles in order to be able to moderate
user profiles).

If users can still edit those nodes (other than their own nodes) maybe
it's a content profile bug, you should track it and may be ask for
support in the module issue queue.

Pierre.




More information about the development mailing list