Return-Path: Delivered-To: apmail-modperl-archive@apache.org Received: (qmail 77859 invoked by uid 500); 1 Oct 2002 14:06:32 -0000 Mailing-List: contact modperl-help@apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list modperl@perl.apache.org Received: (qmail 77687 invoked from network); 1 Oct 2002 14:06:28 -0000 Date: Tue, 1 Oct 2002 16:06:28 +0200 To: Martin Moss Cc: modperl Subject: Re: Daft question - preventing the username password box from appearing. Message-ID: <20021001140628.GE20502@lupe-christoph.de> References: <004701c2694c$cbe10d30$0200a8c0@yellowg70rvsow> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <004701c2694c$cbe10d30$0200a8c0@yellowg70rvsow> User-Agent: Mutt/1.4i From: lupe@lupe-christoph.de (Lupe Christoph) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Tuesday, 2002-10-01 at 14:16:47 +0100, Martin Moss wrote: > I do not wish to have the prompt box appear, I want to have a dynamically > produced login form which when submitted carries out the users previous > command (I have an authentication system which 'times out' a user) You can't in mod_perl. When you use Basic Authentication, the *browser* pops up the "prompt box". To change this, you have to ditch Basic Auth and implement something else. You best start by looking at the various "auth" packages in Apache and those in in Perl (Apache::.*Auth). Then consider doing this in Javascript or in HTML. HTH, Lupe Christoph -- | lupe@lupe-christoph.de | http://www.lupe-christoph.de/ | | Big Misunderstandings #6398: The Titanic was not supposed to be | | unsinkable. The designer had a speech impediment. He said: "I have | | thith great unthinkable conthept ..." |