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 2011-10-01 11:31:21 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment 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 2011-10-01 18:14:59 -0500
edit flag offensive 0 remove flag delete 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 (2011-10-01 20:35:32 -0500) edit
add a comment see more comments