[qmailadmin] QmailAdmin without login?

2005-01-18 Thread Martin Östlund
Hello list. I've plans to develop a web controlpanel for my hosting customers, and Im thinking of implement QmailAdmin into it. However, is there any way to remove the first login screen in qmailadmin, im looking to have a central api which will do that stuff. I don't have any C skills, so is th

Re: [qmailadmin] QmailAdmin without login?

2005-01-18 Thread Tom Collins
On Jan 18, 2005, at 9:46 AM, Martin Östlund wrote: I've plans to develop a web controlpanel for my hosting customers, and Im thinking of implement QmailAdmin into it. However, is there any way to remove the first login screen in qmailadmin, im looking to have a central api which will do that stuff

Re: [qmailadmin] QmailAdmin without login?

2005-01-18 Thread Martin Östlund
On Tue, 18 Jan 2005, Tom Collins wrote: > On Jan 18, 2005, at 9:46 AM, Martin Östlund wrote: > > I've plans to develop a web controlpanel for my hosting customers, > > and Im thinking of implement QmailAdmin into it. > > > > However, is there any way to remove the first login screen in > > qmaila

Re: [qmailadmin] QmailAdmin without login?

2005-01-18 Thread Tom Collins
On Jan 18, 2005, at 1:22 PM, Martin Östlund wrote: Doh. :) Didn't work with method="POST", but method="GET" worked, however then it'll print out the password in the address bar :/ Are you sure the POST didn't work with hidden fields? That's how the real logon page works... -- Tom Collins - [E

Re: [qmailadmin] QmailAdmin without login?

2005-01-18 Thread Eero Volotinen
Martin Östlund wrote: Doh. :) Didn't work with method="POST", but method="GET" worked, however then it'll print out the password in the address bar :/ Use frames to hide it? :( doh -- Eero

Re: [qmailadmin] QmailAdmin without login?

2005-01-18 Thread Martin Östlund
On Tue, 18 Jan 2005, Tom Collins wrote: > On Jan 18, 2005, at 1:22 PM, Martin Östlund wrote: > > Doh. :) Didn't work with method="POST", but method="GET" worked, > > however > > then it'll print out the password in the address bar :/ > > Are you sure the POST didn't work with hidden fields? Tha

Re: [qmailadmin] QmailAdmin without login?

2005-01-18 Thread Tom Collins
On Jan 18, 2005, at 10:03 PM, Martin Östlund wrote: Yeah.. this is my code.. http://qmailadmin.xyz.com";> And when I hit submit: Method Not Allowed The requested method POST is not allowed for the URL /index.shtml. That's a webserver configuration issue, you haven't configured it to allow POST