public inbox for [email protected]
help / color / mirror / Atom feedMinor change to community logon
8+ messages / 5 participants
[nested] [flat]
* Minor change to community logon
@ 2008-06-11 08:40 Dave Page <[email protected]>
2008-06-11 08:47 ` Re: Minor change to community logon Magnus Hagander <[email protected]>
2008-06-11 14:44 ` Re: Minor change to community logon Josh Berkus <[email protected]>
0 siblings, 2 replies; 8+ messages in thread
From: Dave Page @ 2008-06-11 08:40 UTC (permalink / raw)
To: pgsql-www
As far as I can see it's not documented anywhere, but until 5 minutes
ago it was possible to login to the community logon system using
either your email address or userid (and password of course). As this
can lead to a few subtle problems, I've modified the code to only
accept the userid & password.
So if anyone complains, please tell them to use their userid from now on.
--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: Minor change to community logon
2008-06-11 08:40 Minor change to community logon Dave Page <[email protected]>
@ 2008-06-11 08:47 ` Magnus Hagander <[email protected]>
1 sibling, 0 replies; 8+ messages in thread
From: Magnus Hagander @ 2008-06-11 08:47 UTC (permalink / raw)
To: Dave Page <[email protected]>; +Cc: pgsql-www
Dave Page wrote:
> As far as I can see it's not documented anywhere, but until 5 minutes
> ago it was possible to login to the community logon system using
> either your email address or userid (and password of course). As this
> can lead to a few subtle problems, I've modified the code to only
> accept the userid & password.
Thanks for picking this one off my TODO :-)
//Magnus
^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: Minor change to community logon
2008-06-11 08:40 Minor change to community logon Dave Page <[email protected]>
@ 2008-06-11 14:44 ` Josh Berkus <[email protected]>
2008-06-11 14:47 ` Re: Minor change to community logon Dave Page <[email protected]>
1 sibling, 1 reply; 8+ messages in thread
From: Josh Berkus @ 2008-06-11 14:44 UTC (permalink / raw)
To: pgsql-www; +Cc: Dave Page <[email protected]>
Guys,
Right now, I have 5 different logons for postgresql.org sites:
community logon
wiki
pgfoundry
admin
pugs
Any chance of unifying any of these?
--
Josh Berkus
PostgreSQL @ Sun
San Francisco
^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: Minor change to community logon
2008-06-11 08:40 Minor change to community logon Dave Page <[email protected]>
2008-06-11 14:44 ` Re: Minor change to community logon Josh Berkus <[email protected]>
@ 2008-06-11 14:47 ` Dave Page <[email protected]>
2008-06-11 14:49 ` Re: Minor change to community logon Magnus Hagander <[email protected]>
2008-06-11 14:50 ` Re: Minor change to community logon Selena Deckelmann <[email protected]>
2008-06-11 16:22 ` Re: Minor change to community logon Joshua D. Drake <[email protected]>
0 siblings, 3 replies; 8+ messages in thread
From: Dave Page @ 2008-06-11 14:47 UTC (permalink / raw)
To: Josh Berkus <[email protected]>; +Cc: pgsql-www; Selena Deckelmann <[email protected]>
On Wed, Jun 11, 2008 at 3:44 PM, Josh Berkus <[email protected]> wrote:
> Guys,
>
> Right now, I have 5 different logons for postgresql.org sites:
>
> community logon
> wiki
They are one and the same anyway.
> pgfoundry
Probably, if one of the pgFoundry team cares to work on that once it's
been upgraded.
> admin
Nope, that will not be using the same database.
> pugs
Dunno - can Drupal handle external auth Selena?
--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: Minor change to community logon
2008-06-11 08:40 Minor change to community logon Dave Page <[email protected]>
2008-06-11 14:44 ` Re: Minor change to community logon Josh Berkus <[email protected]>
2008-06-11 14:47 ` Re: Minor change to community logon Dave Page <[email protected]>
@ 2008-06-11 14:49 ` Magnus Hagander <[email protected]>
2 siblings, 0 replies; 8+ messages in thread
From: Magnus Hagander @ 2008-06-11 14:49 UTC (permalink / raw)
To: Dave Page <[email protected]>; +Cc: Josh Berkus <[email protected]>; pgsql-www; Selena Deckelmann <[email protected]>
Dave Page wrote:
>> pugs
>
> Dunno - can Drupal handle external auth Selena?
It's on my todo to work on that with Selena, since w'ell be needing it
for thyings like the EU site as well. AFAIK it does handle external auth
modules, but one needs to be developed for our system.
//Magnus
^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: Minor change to community logon
2008-06-11 08:40 Minor change to community logon Dave Page <[email protected]>
2008-06-11 14:44 ` Re: Minor change to community logon Josh Berkus <[email protected]>
2008-06-11 14:47 ` Re: Minor change to community logon Dave Page <[email protected]>
@ 2008-06-11 14:50 ` Selena Deckelmann <[email protected]>
2008-06-11 14:54 ` Re: Minor change to community logon Dave Page <[email protected]>
2 siblings, 1 reply; 8+ messages in thread
From: Selena Deckelmann @ 2008-06-11 14:50 UTC (permalink / raw)
To: Dave Page <[email protected]>; +Cc: Josh Berkus <[email protected]>; pgsql-www
On Wed, Jun 11, 2008 at 7:47 AM, Dave Page <[email protected]> wrote:
> On Wed, Jun 11, 2008 at 3:44 PM, Josh Berkus <[email protected]> wrote:
>> pugs
>
> Dunno - can Drupal handle external auth Selena?
There's support for LDAP and for OpenID, so in a general sense, yes :)
I'll work on it with Magnus.
-selena
--
Selena Deckelmann
United States PostgreSQL Association - http://www.postgresql.us
PDXPUG - http://pugs.postgresql.org/pdx
Me - http://www.chesnok.com/daily
^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: Minor change to community logon
2008-06-11 08:40 Minor change to community logon Dave Page <[email protected]>
2008-06-11 14:44 ` Re: Minor change to community logon Josh Berkus <[email protected]>
2008-06-11 14:47 ` Re: Minor change to community logon Dave Page <[email protected]>
2008-06-11 14:50 ` Re: Minor change to community logon Selena Deckelmann <[email protected]>
@ 2008-06-11 14:54 ` Dave Page <[email protected]>
0 siblings, 0 replies; 8+ messages in thread
From: Dave Page @ 2008-06-11 14:54 UTC (permalink / raw)
To: Selena Deckelmann <[email protected]>; +Cc: Josh Berkus <[email protected]>; pgsql-www
On Wed, Jun 11, 2008 at 3:50 PM, Selena Deckelmann
<[email protected]> wrote:
> On Wed, Jun 11, 2008 at 7:47 AM, Dave Page <[email protected]> wrote:
>> On Wed, Jun 11, 2008 at 3:44 PM, Josh Berkus <[email protected]> wrote:
>
>>> pugs
>>
>> Dunno - can Drupal handle external auth Selena?
>
> There's support for LDAP and for OpenID, so in a general sense, yes :)
>
> I'll work on it with Magnus.
Cool. I just fixed the last of his bugs in the community logon system
(I hope), so that''ll give me something else to do :-p
--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
^ permalink raw reply [nested|flat] 8+ messages in thread
* Re: Minor change to community logon
2008-06-11 08:40 Minor change to community logon Dave Page <[email protected]>
2008-06-11 14:44 ` Re: Minor change to community logon Josh Berkus <[email protected]>
2008-06-11 14:47 ` Re: Minor change to community logon Dave Page <[email protected]>
@ 2008-06-11 16:22 ` Joshua D. Drake <[email protected]>
2 siblings, 0 replies; 8+ messages in thread
From: Joshua D. Drake @ 2008-06-11 16:22 UTC (permalink / raw)
To: Dave Page <[email protected]>; +Cc: Josh Berkus <[email protected]>; pgsql-www; Selena Deckelmann <[email protected]>
On Wed, 2008-06-11 at 15:47 +0100, Dave Page wrote:
> On Wed, Jun 11, 2008 at 3:44 PM, Josh Berkus <[email protected]> wrote:
> > Guys,
> > pugs
>
> Dunno - can Drupal handle external auth Selena?
It can use pam which would allow this. It can use OpenID too but I don't
know enough about OpenID to know if that would be a good idea.
Joshua D. Drake
^ permalink raw reply [nested|flat] 8+ messages in thread
end of thread, other threads:[~2008-06-11 16:22 UTC | newest]
Thread overview: 8+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2008-06-11 08:40 Minor change to community logon Dave Page <[email protected]>
2008-06-11 08:47 ` Magnus Hagander <[email protected]>
2008-06-11 14:44 ` Josh Berkus <[email protected]>
2008-06-11 14:47 ` Dave Page <[email protected]>
2008-06-11 14:49 ` Magnus Hagander <[email protected]>
2008-06-11 14:50 ` Selena Deckelmann <[email protected]>
2008-06-11 14:54 ` Dave Page <[email protected]>
2008-06-11 16:22 ` Joshua D. Drake <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox