User login

MetaTraffic 2.0 Boxshot

Admin password

Posted by FreeMen [November 20, 2003]

Hey and thanks for a great product!

I was wondering:
Is there anyway to have more than 1 admin password?

Thanks!

Admin password

No suggestions???

Please...

Admin password

Good day,

As per the actual settings / configuration, I believe there is room only for one userid/password, although I might be wrong.

Which version of MT are you using ? If I still have the installation file for it, I could then take a peek to see how feasible that is.

Bye for now...

Admin password

Thanks!
I'm using v1.301

Admin password

There are lots of ways to do this assuming you have some ASP coding skills. I would put the username / password information into an array in the config file. Then in the auth.asp file, iterate through the array to authenticate and do a string comparison on each username.

Version 2 supports multiple users; your other option is to wait for it to be released. :)

Regards,
~Chad

Admin password

When is it released? :)

I'll give the array a try...
Thanks!!!