X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.2]) by svr1.postgresql.org (Postfix) with ESMTP id E03E2D1D732 for ; Wed, 12 May 2004 03:40:08 -0300 (ADT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (neptune.hub.org [200.46.204.2]) (amavisd-new, port 10024) with ESMTP id 55181-09 for ; Wed, 12 May 2004 03:39:49 -0300 (ADT) Received: from hueymiccailhuitl.mtu.ru (hueytecuilhuitl.mtu.ru [195.34.32.123]) by svr1.postgresql.org (Postfix) with ESMTP id A568ED1D70D for ; Wed, 12 May 2004 03:39:46 -0300 (ADT) Received: from cs.msu.su (ppp145-96.dialup.mtu-net.ru [62.118.145.96]) by hueymiccailhuitl.mtu.ru (Postfix) with ESMTP id 4623D1391FD; Wed, 12 May 2004 10:39:44 +0400 (MSD) (envelope-from borz_off@cs.msu.su) Message-ID: <40A1C699.9060301@cs.msu.su> Date: Wed, 12 May 2004 10:39:21 +0400 From: Alexey Borzov User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: euler@ufgnet.ufg.br Cc: pgsql-www@postgresql.org Subject: Re: Status update on "new" website, testing needed References: <40A133D8.7080509@cs.msu.su> <20040511190150.17cba8db.euler@ufgnet.ufg.br> In-Reply-To: <20040511190150.17cba8db.euler@ufgnet.ufg.br> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at postgresql.org X-Spam-Status: No, hits=0.1 tagged_above=0.0 required=5.0 tests=RCVD_IN_SORBS X-Spam-Level: X-Archive-Number: 200405/26 X-Sequence-Number: 4405 Hi! Euler Taveira de Oliveira wrote: >>Admin part is accessible on >>http://alexey.beta.postgresql.org/admin/ >>Login: test >>Pass: test >> > > I didn't like the login functionality with authenticate window. I could suggest that you implement it using a simple form. then you could handle 'sessions' more easily. Right now the system just uses Apache's builtin authentication mechanism, with .htpasswd file and does not use sessions at all (as they are not needed). If it is redone in PHP, then you'll need to store the auth info somewhere and to create an interface for editing it. The site's code is available on gborg in pgweb module. Do you volunteer? ;] >>Please thoroughly test this and submit any bugs found. > > Go to this URL: > http://alexey.beta.postgresql.org/admin/news-translate.php?id=174&lang=ru Thanks, fixed. > Could you make a mechanism to login/logoff? Maybe using 'sessions'. I think login already works. ;] I'll think about logout.