On Wed, 2 Aug 2000 [EMAIL PROTECTED] wrote:

> I turned off authentication on my site and now I can't seem to turn it
> back on.  Any ideas?  Which table is the authentication flag in anyway?
> Thanks.  -Rob

the authentication flag is there for sites, in the host table, and there
are specific auth flags for every page in the page table. If you have no
specific setting for the pages their authentication will be inherited from
the host flag.

UPDATE host SET auth=1 where id=x;

replacing the x with the id of the host you want to set auth for will do
the trick.

Cheers,
 
-- 'The joy of my life is in Zion - Lauryn Hill'
Armand A. Verstappen * <[EMAIL PROTECTED]> *


--
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]

Reply via email to