Closed ghost closed 5 years ago
Authenticator version 5.2.2 didn't change too much in the autofill code. Does the code get put into the right field when you try to use it?
It does not get filled at all but it did in the past even with https://github.com/Authenticator-Extension/Authenticator/issues/164
There is not output/error in the browser console.
I am not aware how the auto-fill field detection works but this is the html code
<input type="password" name="otp" id="otp" class="login_input" data-bcup="attached"
Hi, I have the same problem about auto fill with GNU/linux ubuntu mate and firefox developer edition 66 or firefox 65.
@erotavlas85 with the same website?
@mymindstorm several private Web sites.
Hi, I have the same problem with presearch.org
@erotavlas85 @alfredonodo can you use inspect element and copy the html for the code input
element?
@mymindstorm for me one site is protonmail. This is the HTML of 2FA input
<input autocapitalize="off" autocorrect="off" autocomplete="off" class="TwoFA-input ng-empty ng-invalid ng-invalid-required ng-valid-minlength ng-valid-maxlength ng-touched" type="text" ng-minlength="6" ng-maxlength="8" required="" ng-model="twoFactorCode" autofocus="autofocus" id="twoFactorCode" name="twoFactorCode" placeholder-translate-context="Placeholder" placeholder="Two-factor passcode">
@mymindstorm presearch.org
<div id="2fa-form" class="tab-pane animated flipInX active">
<form method="POST" action="https://www.presearch.org/2fa/validate">
<input type="hidden" name="_token" value="YpWqw4NmfvbwU9HO6ufHTMDHfeHJOGT6Rl9MMtKg">
<input type="hidden" name="2fa_form" value="1">
<input type="hidden" name="redirect_url" value="">
<div class="form-group text-center">
Please open your authenticator app and enter the current one-time password below:
</div>
<div class="form-group text-center">
<input type="number" class="form-control" name="totp">
</div>
<div class="form-group text-center">
<button type="submit" class="btn btn-block btn-primary">
Validate
</button>
</div>
</form>
<div class="text-center">
<a href="#login-form" data-toggle="tab" class="login-form-show">Back To Login Form</a>
</div>
</div>