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?
Yes, this is normal. In some cases (but not all cases) OpenID is specific to the domain name of the site like askbot. For example Google OpenID is like that, they even make openid string dependent on the subdomain.
This has an implication that if you change your site domain name or subdomain, some users won't be able to re-use their openid. They will be able to recover the account via email though (if they give real email the first time they register).
Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2010-09-29 14:56:49 -0500
Seen: 62 times
Last updated: Sep 29 '10
I can't login with the uder I created.
modularity and extensibility of askbot
Please check out the new login page
Are there known issues with Facebook login and IE
Did login js change recently? [closed]
can askbot be usable with text-only browser?
I keep getting an error "Nonce already used or out of range" .. so unable to login
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.