BSerlIfE
8 days agoNew Contributor
Password fill not working on time.com.my
When I use 1Password to autofill the login prompt at https://selfcare.time.com.my the password is not correct. It appears as many more bullet symbols than the length of my password. I used the browser developer tools to change the input type to "input" so I could see what was entered. It was my password followed by a space and then a long series of other characters that don't appear anywhere in the 1Password item for this site.
Also, the payment page for this site uses four separate fields for the credit card number, which 1Password cannot autofill from a credit card item. Since you likely can't create a login for this site, I've captured the html for the card fields:
<div class="input-group">
<!--Added 12 Oct 2018, checkPromoCodeValidity-->
<!--Modified by Alex Nkh, 25 Oct 2018, removed oninput="return checkPromoCodeValidity()"-->
<input type="number" id="cardnumber1" class="form-control" onkeyup="return textJump1()" onchange="return textJump1()" required="required" style="border-color: rgb(204, 204, 204);">
<!--span class="input-group-addon" style="border-right:none;border-left:none;width:1px;padding:0;"> </span-->
<!--Added 12 Oct 2018, checkPromoCodeValidity-->
<!--Modified by Alex Nkh, 25 Oct 2018, removed oninput="return checkPromoCodeValidity()"-->
<input type="number" id="cardnumber2" class="form-control" onkeyup="return textJump2()" onchange="return textJump2()" required="required" style="border-color: rgb(204, 204, 204);">
<!--span class="input-group-addon" style="border-right:none;border-left:none;width:1px;padding:0;"> </span-->
<input type="number" id="cardnumber3" class="form-control" onkeyup="return textJump3()" onchange="return textJump3()" required="required" style="border-color: rgb(204, 204, 204);">
<!--span class="input-group-addon" style="border-right:none;border-left:none;width:1px;padding:0;"> </span-->
<input type="number" id="cardnumber4" class="form-control" onkeyup="return textConcat()" onchange="return textConcat()" required="required" style="border-color: rgb(204, 204, 204);">
<input type="text" id="param2" name="Param2" maxlength="19" hidden="hidden" data-bind="enable: isOtherCard, value: payWith().cardNo.replace(/ /g, '')">
</div>