First time here? Check out the FAQ!

Revision history  [back]

Multiple sign-up from same openId provider

I'm doing some development. I have two instances of the test server going: python manage.py runserver localhost:8000 python manage.py runserver 192.168.100.100:8000

I connect to both servers using then same openId provider (google). The first time I connected on localhost, I got the sign up and registered.

If I connect to the 192... server, my openId is not recognized and I have to register a new user. Is this normal?