brleeflang / eurocarb

Automatically exported from code.google.com/p/eurocarb
0 stars 0 forks source link

For the same server, logging in using OpenID via different IP addresses creates unique identifiers #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If you start up a server, and access it from two different hostnames: eg 
127.0.0.1 and localhost, you get different ids generated from the openid login 
process, and as such you will create extra users.

We need to either restrict the hostname that we access the page through, or 
we need to possibly use another identifier?

Original issue reported on code.google.com by hir...@gmail.com on 27 May 2009 at 9:20

GoogleCodeExporter commented 9 years ago

Original comment by glycosl...@googlemail.com on 5 Jun 2009 at 12:29

GoogleCodeExporter commented 9 years ago
we can't have the DB creating redundant users. also, user name must be unique, 
can't
be "New User".

Original comment by glycosl...@googlemail.com on 28 Jun 2009 at 9:27

GoogleCodeExporter commented 9 years ago
Now setting the contributorName to the email address if given from the openid 
provider. This should be unique, 
but is dependent on us restricting the openid providers that we accept login 
from.

Original comment by hir...@gmail.com on 4 Jul 2009 at 10:00