Re: Google signin

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: Greg Stark <stark(at)mit(dot)edu>, "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>, Dave Page <dpage(at)pgadmin(dot)org>, PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>
Subject: Re: Google signin
Date: 2017-08-15 16:02:40
Message-ID: 20170815160240.GC4628@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

Magnus,

* Magnus Hagander (magnus(at)hagander(dot)net) wrote:
> Here's an updated patch that does this. It will try in order:
> <firstname><lastinitial>, e.g. stephenf
> <firstinitial><lasdtname>,e.g. sfrost
> <firstname><lastinitial><number>, e.g. stephenf0, stephenf1, stephenf2 etc

Good stuff.

> Since usernames are truncated at 30 it might be that all those generate
> duplicates, in which case it falls back to the previous way of doing it off
> the email.

Ok.

> It now also prevents password recovery on accounts that don't have
> passwords, instead saying that it's using a third party login method.

Ok.

I took a quick look through the patch again and it looks pretty good to
me.

Thanks!

Stephen

In response to

Browse pgsql-www by date

  From Date Subject
Next Message Daniel Gustafsson 2017-08-15 18:26:34 Re: Google signin
Previous Message Stephen Frost 2017-08-15 14:58:18 Re: Google signin