I am writing a custom login page for a Midgard Web site
I am using a form to pass the username and password

In a code init I am using the following as a test:

<?

if ($action == 'login') {
if (mgd_auth_midgard($uname,$pass)){;
echo $uname;
echo $pass;
echo "success";
}}?>


where uname and pass are the variables from the form
how can I sent the sitegroup details to login the user?
On the other hand because the page is part of the sitegroup I am login in
does it need the uname+sitegroup username?

I am not allowed to use the cookie functionality of mgd_auth_midgard.

thanks

PS Emile, I splitted the databases in the end and everything works fine now
does mySQL need any tweaking to handle the process the max connections are
210


________________________________

Stelios Issaias

Senior Developer

Amaze Ltd
Condor House
5-14 St Paul's Churchyard
London EC4M 8BE

Tel: +44 (0)207 332 5620
Direct : +44 (0)207 332 5646
Fax: +44 (0)207 248 4082

Email: [EMAIL PROTECTED]
Web:   http://www.amaze.com




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

Reply via email to