Forums / Setup & design / User profile edition
Bertrand Dunogier
Thursday 03 February 2005 1:12:06 am
Hello,
i'm currently trying to setup a user profile edition mecanism on an Exponential website i'm working on. And it ends up being much more complicated than I was expecting...
I'm trying to access an URL like /content/edit/<id> with <id> = user id (I have to use object id, not node id right ?)
I have added to the role policy what follows: - content / edit / class(user), owner(self) - user / selfedit / *
but I get a permission denied error, again and again (yes, I have cleared the cache, about a dozen times)
So if anyone has some guidelines I could use, I would really appreciate that.
By the way, I am a little confused by the owner of a user... if the user is supposed to be able to edit himself, he should be the owner right ? But the user is registered as own by the administrator user... Is it supposed to work in that context ?
Thanks !