Re: Change to community logins

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: PostgreSQL www <pgsql-www(at)postgresql(dot)org>
Subject: Re: Change to community logins
Date: 2007-08-12 14:35:29
Message-ID: 46BF1AB1.7070202@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Magnus Hagander wrote:
> I've done some minor hacking on some changes to the community login
> system, based on nagging (eh, sorry, feedback) from mainly JD ;-)

I love you man :)

>
> Specifically, not using http auth, but instead using forms auth and a
> session cookie. This is so we can eventually have a separate login link
> for those who don't understand systems that ask you to login only when a
> login is necessary.
>
> It will also make it possible to have pages change depending on if
> you're logged in or not - but that requires code to run on wwwmaster,
> which we're trying to avoid, so I'm not sure much of that will happen...

We should talk about this. I have some ideas that would make this very
possible.

>
> Anyway. Attached is a patch that does this, you can test the system out
> on http://magnus-master.pgadmin.org. Thoughts and comments?

Well since you brought me into it ;)

$this->form->addElement('static', null, null, '<font color="red">' .
gettext("Userid or password was incorrect. Please try again.") . '</font>');

This should be calling to the stylesheet ;)

Have we fixed the "other" problem with session management?

Joshua D. Drake

>
> //Magnus

- --

=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 24x7/Emergency: +1.800.492.2240
PostgreSQL solutions since 1997 http://www.commandprompt.com/
UNIQUE NOT NULL
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL Replication: http://www.commandprompt.com/products/

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGvxqwATb/zqfZUUQRAtsNAJ0WceT3JWcDyVAAUOCLR1doNi5GMQCfcnZT
b2H3CRIGiV9SP6efYn9az/0=
=Lrwk
-----END PGP SIGNATURE-----

In response to

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Greg Smith 2007-08-13 13:42:08 Postgresql vs. MySQL page techdocs conversion
Previous Message Magnus Hagander 2007-08-12 14:34:43 Re: Change to community logins