Hm... I know they recently upgraded to a more recent version of
MediaWiki, and that required me to update the login procedure (so
downgrading to 0.7.9 won't work; that'll just give you unknown
errors), but I think I've got that main part right.
If they have ReCaptcha installed, however, that may pose some
problems. I did most of my testing on a test wiki I have on my own
server (so I don't dump a bunch of garbage test data in the real
wiki), but I didn't have the ReCaptcha module installed. If it's
prompting for that, it might be a cause for concern.
However, going over the MediaWiki API, if that were happening, it'd
return an error message specifically saying it wants a captcha, which,
in Geohash Droid, would come up as an unknown error, as I don't
account for that yet. You're saying it's telling you your password is
incorrect? Unless the wiki is returning bogus error codes, the only
way that'll happen is if it actually thinks your password is incorrect
(I think there's a different code for an invalid user). Are you
absolutely sure the password's right?
If I have the time (and if one of this weekend's hashpoints are in
decent range of me), I'll test this myself on the official wiki and
see what happens for me. I just don't want to post useless stuff for
test and have to have the admins clean it up. :-)
Thanks!