Page 1 of 1

Automatic login from localhost

Posted: Mon Apr 03, 2006 5:55 pm
by scott_farmer
I was wondering if there was a way to automatically send the admin username and password, or bypass authentication from localhost.

I want to force users to enter the username and pass when accessing the site over the internet, but I also want a browser to start locally on the machine and show the montage screen when the system starts up. Is there a way to pass the username and password in the url, or a way to tell ZM to not authenticate if the request comes from localhost?

Thanks.

Scott.

Posted: Thu Apr 06, 2006 7:54 am
by cordel
Yes you may pass it in the URL as:
&username=your_user&password=your_password

Regards,
Corey

Thanks!!!

Posted: Thu Apr 06, 2006 6:03 pm
by scott_farmer
Thanks for the help Corey, that works great!

Just to clarify things a little, this is how I got the auto login on localhost to work.

http://locahost/zm/index.php?&action=lo ... sword=pass