|
hi: i move my osqa site from one machine to another machine , so i should move my mysql database too. oh , it is just i can't login use openid,other normal user/passwd can login by imput username and password. is it openid associate with the website name ? |
|
Yes, I think openId does depend on domain name too. This has come up a couple of times in the past: it might be worth looking through some of these questions, because I have seen this issue of a hiccup in logging in with openIds for the first time, after changing the domain on which OSQA is hosted. |
|
I would recommend backing up and restoring the database like this: yes , i'm doing like this
(27 Apr '11, 09:34)
mike
I do remember running into this issue at one point when trying to make a test environment. Try restarting the services [mySQL + django/apache]. Also be sure you're using the same version of Django on both machines [I was installing via DjangoStack and was trying to use different version on two systems]
(27 Apr '11, 09:39)
Thang
|