On Tue, 2002-07-02 at 01:13, Matthias Gelbhardt wrote: > Hi! Greetings! > At the moment I try to program a comunity with the help of Midgard. I now > have a little problem with the registration of new members. Obviosly a > mgd_create_person does not work, if no user is logged in (I user the nemein > authentication snippet). How can I manage the creation of a user, without > any user logged in, and without do that manual by writing direct to the > midgard db?
You can call mgd_auth_midgard(username,passwd,0) within your code to authenticate as an admin user. > Matthias /Bergie -- Henri Bergius [EMAIL PROTECTED] Consultant Partner Tel: +358-20-198 6032 Nemein Oy http://www.nemein.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
