bangumi / issues

Official issue tracking for Bangumi.tv
https://github.com/bangumi/issues/issues
24 stars 0 forks source link

captcha autocomplete #40

Closed insulsa closed 7 years ago

insulsa commented 7 years ago

symptom: when filling the captcha, previously saved entries pop up as candidates. distract interaction, bad for screen real-estate.

affect: 2 pages with the login entry: / /login

with html <input id="captcha" name="captcha_challenge_field" class="inputtext" type="text">

fix: append html attribute autocomplete="off"

also mentioned in: https://bgm.tv/rakuen/topic/group/341648

ghost commented 7 years ago

append autocomplete="off" in css

it's HTML attribute, not CSS

Sai commented 7 years ago

Fixed