[Python-Dev] MyOpenID.com no longer supported
"Martin v. Löwis"
martin at v.loewis.de
Tue Jul 30 19:02:44 CEST 2013
Am 29.07.13 18:56, schrieb R. David Murray:
> Either Martin needs to clue me in, or I'll have to find time to read
> his openid code :)
If you want to read the code, this issue can be discovered from
schema.py. The openids are stored per user in a single field;
multiple openids are simply space-separated.
To find all myopenid users, do
select id,_username,_address,_openids from _user where _openids like
'%myopenid.com/%';
You could filter out those with multiple openids (and not _openids
like '% %').
I'd appreciate if you could contact them; if anybody loses access and
registered a working email address, the password reset procedure
should still work for them.
FWIW, 204 out of 13581 users only have a myopenid registered;
how many of these also have a working password, I cannot tell.
49 more have a second OpenID registered (which atleast must
have worked when they registered it - but it could be an alias
for the myopenid one).
Regards,
Martin
More information about the Python-Dev
mailing list