> Ahh.. okay. Thank you.
> One follow-up to that: I recall seeing in an earlier message that some of the
> Midgard functions which add to the database check to see if a valid user is
> logged in. Can this be sidestepped? Can anonymous (or not logged in) users
> add replies?
Short answer: no. To make any changes at all requires that you've
identified yourself.
Longer answer: in 1.4 the mgd_auth_midgard function can now be used as
mgd_auth_midgard(user,password,0) and the user id will be set to user for
the duration of that particular request. The last 0 suppresses sending the
cookie which would hold the password. So you set up a specific user that
has just enough privileges to make changes in the topic tree you want,
then call mgd_auth_midgard just before you want to save your changes.
> Am I correct in my understanding that sitegroups are used when you have
> several distict sites hosted on one machine? I don't have this. It's just
> one site on one machine.
Then other than the 'suppress cookie' thing above 1.2.5 should work. But
we're going to have a discussion soon about whether sitegroups will become
non-optional (and thus being the default midgard behaviour).
Emile
--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org
To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]