> >You can call mgd_auth_midgard(username,passwd,0) within your > >code to authenticate as an admin user.
better but not with 100% secure <? $newadmin = mgd_auth_midgard(username,passwd,0) ; //some code here unset ($newadmin); ?> > OK, that works. What about security? I can now create Users. But is it > somehow possible to secure the login through asgard? Or to deny even read > access to that users. At the moment they shall only update there own > profile and reply to certain articles, but they should not be able to login > through Asgard or to read other objects. Is that possible? Could it be a > security-problem, that I make a mgd_auth_midgard with admin rights to > create a user? You want these users to log in to Asgard? Piotras --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
