Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
siplhium
3 years agoDedicated Contributor
Can 1P please ignore code fields for 2FA via text?
For better or for worse, a lot of sites use, or offer to use, texting for 2FA codes. Is there some way to tell 1P to ignore these? The 1P icon is always there, and 1P is always offering suggestions....
siplhium
3 years agoDedicated Contributor
Here's one I use all of the time:
https://webbranch.uwcu.org/
and the page url containing the input:
https://webbranch.uwcu.org/VerifyU/Authenticate/SubmitCode
And here is the html for that form label & input (here's hoping this comment input supports markdown....):
<div class="input-group ptl">
<label for="Code" class="input-label">Enter VerifyU Code:</label>
<input autocomplete="off" autocorrect="off" class="input-text narrow" data-val="true" data-val-length="*&nbsp;Code must be 6 characters." data-val-length-max="6" data-val-length-min="6" data-val-requiredif="*&nbsp;Required" data-val-requiredif-comparedvalue="Cipher" data-val-requiredif-datatype="String" data-val-requiredif-other="Method" data-val-requiredif-type="neq" id="Code" maxlength="6" name="Code" type="tel" value="" title="overall type: UNKNOWN_TYPE
server type: NO_SERVER_DATA
heuristic type: UNKNOWN_TYPE
label: Enter VerifyU Code:
parseable name: Code
section: Code_0_109
field signature: 4142884910
form signature: 1668488516515053166
form signature in host form: 1668488516515053166
field frame token: 29FF128D4CE0C6DBB3696E970970265E
form renderer id: 25
field renderer id: 109
autocomplete: off" autofill-information="overall type: UNKNOWN_TYPE
server type: NO_SERVER_DATA
heuristic type: UNKNOWN_TYPE
label: Enter VerifyU Code:
parseable name: Code
section: Code_0_109
field signature: 4142884910
form signature: 1668488516515053166
form signature in host form: 1668488516515053166
field frame token: 29FF128D4CE0C6DBB3696E970970265E
form renderer id: 25
field renderer id: 109
autocomplete: off" autofill-prediction="UNKNOWN_TYPE">
<span class="field-validation-error" data-valmsg-for="Code" data-valmsg-replace="true"></span>
</div>