-
Notifications
You must be signed in to change notification settings - Fork 308
claimed users still have locked accounts elsewhere #420
Comments
I've updated the issue description to the current schema. |
I am wondering - what is the relation of Does it make sense to have Let's move Ref. #1549 |
Dropping from Infrastructure per IRC. |
Should check for this in #1705. There is most likely some bug lurking there. |
The correct way to get the list of affected users is: select platform, user_info -> 'screen_name' AS screen_name, user_info->'login' AS login, claimed_time
from elsewhere
join participants on username = participant
where is_locked and claimed_time is not null
order by platform, claimed_time, screen_name, login; Which returns 7 users (4 github, 3 twitter). |
All affected users have @whit537 What do you think? |
Can we start by adding the checks and repair the db once we've found the bug for sure? |
What I am saying is that I think there is no bug to be found. See gittip/elsewhere/init.py#L128. The code is there since db5bb15. |
No new problem has been created since that time. |
+1
+1 |
I would expect claimed accounts to not be marked is_locked in elsewhere.
Here's a query to see the deets:
The text was updated successfully, but these errors were encountered: