Hi Solt,

On Mon, 2003-12-15 at 13:16, Marcin SoÂtysiak wrote:

> Is it possible to create world-writable object? So that I could put
> 
> $object->view=123;
> $object->update();
> 
> without the need of authorization.
> 
> Or other words how to implement number of views of an article without
> hardcoding auth info?

I did not find a way to do this (let me know if there's one!).
One possible solution is to create a "guest user" with limited
privileges (e.g. only allowed to write in certain topics - however he is
allowed to overwrite *everything* in these topics) and use use mgd_auth
in code-init(!)....

        Nico.

-- 
Nico Kaiser     :: 
[EMAIL PROTECTED] :: http://siriux.net/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to