keepassxreboot / keepassxc-browser

KeePassXC Browser Extension
GNU General Public License v3.0
1.72k stars 178 forks source link

Seperated TOTP Fields Vodafone not recognized #2175

Open Omnibrain007 opened 5 months ago

Omnibrain007 commented 5 months ago

When log in to Vodafone Email with 2FA then the 6 separate TOTP fields where not recognized.

Current Behavior

This is the code for the OTP login:

        <div class="totp-form-container" data-element="totp-form" style="">
            <p>Du hast die sichere 2-Faktor-Authentifizierung aktiviert. Schau bitte in Deine Authentifizierungs-App und gib hier den aktuellen Code ein:  </p>
            <div id="codeFields"><div class="fields-container "><input type="text" data-code-field="true" data-index="0" inputmode="numeric" class="input-field " maxlength="1" autocapitalize="none" spellcheck="false"><input type="text" data-code-field="true" data-index="1" inputmode="numeric" class="input-field " maxlength="1" autocapitalize="none" spellcheck="false"><input type="text" data-code-field="true" data-index="2" inputmode="numeric" class="input-field " maxlength="1" autocapitalize="none" spellcheck="false"><input type="text" data-code-field="true" data-index="3" inputmode="numeric" class="input-field " maxlength="1" autocapitalize="none" spellcheck="false"><input type="text" data-code-field="true" data-index="4" inputmode="numeric" class="input-field " maxlength="1" autocapitalize="none" spellcheck="false"><input type="text" data-code-field="true" data-index="5" inputmode="numeric" class="input-field " maxlength="1" autocapitalize="none" spellcheck="false"></div></div>
            <div>
                <input type="button" name="authenticate" class="btn btn-primary" value="Authentifizieren" title="Authentifizieren">
            </div>

Debug info

KeePassXC - 2.7.7 KeePassXC-Browser - 1.9.0.3 Operating system: Win Browser: Firefox

varjolintu commented 5 months ago

I'll have to make an exception for this because nothing indicates those are TOTP fields. What is the exact URL of the 2FA page?

Omnibrain007 commented 5 months ago

Thanks. Here is the link is: https://login.vodafonemail.de/

I think it would be really helpful for the future when it would be possible to mark this separated fields manual as OTP-fields. I think a feature request for something like this was already opened by someone.

Omnibrain007 commented 5 months ago

sorry here is a second link to same login form: https://mail.vodafone.de/

varjolintu commented 5 months ago

Yes, there's already a feature request for that.