> However when I log in, I don't get the little paragraph telling me who I'm
> logged in as, with the option to login again as a different UID.
>
> This was a clean 1.4-b3 install - not an upgrade from a previous version.
But all else works? Call mgd_has_sitegroups() in a page and see what it
returns. Also, check in the database to see if page 1 has code like
<? if(mgd_has_sitegroups()) { ?>
<h2>Login informations</h2>
<? $person = mgd_get_person($midgard->user);
$sitegroup=$midgard->sitegroup ? mgd_get_sitegroup($midgard->sitegroup) : 0;
$sgname=$sitegroup ? $sitegroup->name : \"SG0\";
$status=$midgard->root ? \"root\" : ($midgard->admin ? \"administrator\" :
\"user\"); ?>
<p>You\'re currently logged in with user <b>&(person.name);</b>.<br>
Your current privileges level in sitegroup <b>&(sgname);</b> is
<b>&(status);</b>.
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]