> "Preferences are only available when logged in as the user who they're assigned
> to or as admin."
> 
> :-(
> 
> Can I change that in a simple way? I want our infomaster to be able to track the
> users usage or misuse of our extranet...


So I assume Your problem that page is not set as "need authorization"?
You may simple add some simple authorization where You want 
list preferences.

<? mgd_auth_midgard('desired_user', 'pass',0)

$new_user = mgd_get_midgard();

///list preferences

unset($new_user);
/// this does not work as You would wish , but should be here somehow
?>
 
> It works perfecty well when I am logged in as admin - so I gather my code is OK.
> Oh, by the way, I run version 1.2.5. Still. I am a coward, ar you already know
> by now!

You know, there are some moments when I have tear in my eye when i thought 
about 1.2.5.

Piotras


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

Reply via email to