First time here? Check out the FAQ!
1

KeyError: On clicking "manage login methods"

When i tried to click "manage login methods" in ask.fedoraproject.org i get the following exception http://sagarun.fedorapeople.org/misc/KeyError%20at%20accountsignin.html

Here is how we can reproduce this,

  1. signup for askbot using google;s open id
  2. Logout
  3. Login again using another open id provider (emailid is same as the first open id provider)
  4. Goto http://ask.fedoraproject.org/user/id/name
  5. click "manage login methods"

Here is the discussion about the issue from ask.fedoraproject.org ask.fedoraproject.org/question/23/how-do-i-link-my-open-id-and-gmail-id-to-use-with

sagarun's avatar
103
sagarun
asked 13 years ago

Comments

see more comments

1 Answer

1

Hi @sagarun, pushed a fix for this at:

https://github.com/ASKBOT/askbot-devel/commit/baa02367ecd75932ed785efe44b129c8d773696e

Does this help? The problem was that the database corresponding to UserAssociation model had references to login method that was later disabled.

Evgeny's avatar
13.2k
Evgeny
answered 13 years ago
link

Comments

ah I see. I am going to wait for the next release of Askbot and pull it in. This isnt a urgent issue

mether's avatar mether (13 years ago)
see more comments