First time here? Check out the FAQ!

ozn's profile - activity

2013-05-03 01:25:58 -0500 received badge Famous Question (source)
2012-11-20 09:12:31 -0500 received badge Student (source)
2012-11-20 05:56:21 -0500 answered a question why does openid application keeps asking me to login?

I logged into the django admin with my regular admin and password, and erased the user association with openid. That solved the problem...

2012-11-20 05:50:26 -0500 asked a question why does openid application keeps asking me to login?

Hi Installed askbot, and everything works fine, except login with the openid application. When I click for example on the Google icon it keeps redirecting me to create a new user instead to the "https://accounts.google.com/ServiceLogin?..." .

In the command line where I started the server I see:

Error attempting to use stored discovery information: <openid.consumer.consumer.TypeURIMismatch: Required type http://specs.openid.net/auth/2.0/signon not found in ['http://specs.openid.net/auth/2.0/server', 
'http://openid.net/srv/ax/1.0', 'http://specs.openid.net/extensions/ui/1.0/mode/popup', 'http://specs.openid.net/extensions/ui/1.0/icon',
'http://specs.openid.net/extensions/pape/1.0'] for endpoint <openid.consumer.discover.OpenIDServiceEndpoint server_url='https://www.google.com/accounts/o8/ud' claimed_id=None local_id=None canonicalID=None used_yadis=True

Can someone redirect me please ?