> However, how can I stop these ordinary users having any access to the
> admin site? There'll be eventually a group of users that I do want to
> have access to the admin interface (so they can alter the content in
> that sitegroup) so I need to know how to make that happen.
In the root element of your admin style, insert something like <[authcheck]>
at the top. Create the element authcheck and put in something like
<? if (!mgd_isadmin()) { exit; } ?>
You can (probably want to) do more sophisticated stuff of course, like
redirection, but this is the general ID. You can test against group
membership, IP address, username, whatever.
You will want to do this after the sg0migrate.
> And of course I still need the answer to the following (from my previous
> email):
Sheesh, patience! :)
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]