v1993 / geohashingwikihelper

Currently makes uploading your geohashing pictures a LOT less painful
GNU General Public License v3.0
3 stars 0 forks source link

Support for QuestyCaptcha used for anti-spam #1

Open v1993 opened 1 year ago

v1993 commented 1 year ago

If you fail to log in a few times in a row you'll be required to answer a question when submitting following login requests. GHWH currently does not account for this, so triggering anti-spam protection locks you out of logging in without clear indication as for why.

We need to query https://geohashing.site/api.php?action=query&meta=authmanagerinfo&amirequestsfor=login to check for captcha status and present user with a question if needed.