From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17573 invoked by alias); 15 Dec 2001 10:01:51 -0000 Mailing-List: contact overseers-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: , Sender: overseers-owner@sources.redhat.com Received: (qmail 17468 invoked from network); 15 Dec 2001 10:01:44 -0000 Date: Fri, 09 Nov 2001 07:33:00 -0000 From: Gerald Pfeifer To: Jason Molenda cc: overseers@sourceware.org Subject: Re: [adam@tabris.net: GNATS Login] In-Reply-To: <20011214212848.A41605@molenda.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2001-q4/txt/msg00187.txt.bz2 On Fri, 14 Dec 2001, Jason Molenda wrote: > I think this person's real complaint is that the gcc gnatsweb page is > not saying "log in as guest/guest to get guest access" - it probably got > dropped with Gerald's latest gnatsweb update. It seems we lost this quite a bit earlier (probably as part of some earlier gnatsweb merger). :( I just committed this patch to at least prominently mention the guest login. Gerald Index: gnatsweb.pl =================================================================== RCS file: /cvs/gcc/wwwdocs/cgi-bin/gnatsweb.pl,v retrieving revision 1.44 diff -u -3 -p -r1.44 gnatsweb.pl --- gnatsweb.pl 2001/12/14 20:02:50 1.44 +++ gnatsweb.pl 2001/12/15 09:55:40 @@ -3340,6 +3340,10 @@ sub login_page # Print the login form. print $q->start_form(), + #GCC-LOCAL begin. + "

Use username `guest' and password `guest' ", + "for read-only and bug reporting access.

", + #GCC-LOCAL end. "", "\n\n
User Name:", $q->textfield(-name=>'user', From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerald Pfeifer To: Jason Molenda Cc: overseers@sourceware.org Subject: Re: [adam@tabris.net: GNATS Login] Date: Sat, 15 Dec 2001 02:01:00 -0000 Message-ID: References: <20011214212848.A41605@molenda.com> X-SW-Source: 2001-q4/msg00412.html Message-ID: <20011215020100.cjOGRVl8Tc3sMaVSvVBrBqlA-at4osmm-GV1IfpBJRs@z> On Fri, 14 Dec 2001, Jason Molenda wrote: > I think this person's real complaint is that the gcc gnatsweb page is > not saying "log in as guest/guest to get guest access" - it probably got > dropped with Gerald's latest gnatsweb update. It seems we lost this quite a bit earlier (probably as part of some earlier gnatsweb merger). :( I just committed this patch to at least prominently mention the guest login. Gerald Index: gnatsweb.pl =================================================================== RCS file: /cvs/gcc/wwwdocs/cgi-bin/gnatsweb.pl,v retrieving revision 1.44 diff -u -3 -p -r1.44 gnatsweb.pl --- gnatsweb.pl 2001/12/14 20:02:50 1.44 +++ gnatsweb.pl 2001/12/15 09:55:40 @@ -3340,6 +3340,10 @@ sub login_page # Print the login form. print $q->start_form(), + #GCC-LOCAL begin. + "

Use username `guest' and password `guest' ", + "for read-only and bug reporting access.

", + #GCC-LOCAL end. "", "\n\n
User Name:", $q->textfield(-name=>'user',