Keepassxc-browser: detect textarea as input field

Created on 29 Jul 2020  路  5Comments  路  Source: keepassxreboot/keepassxc-browser

Some websites like QNAP NAS Webinterface using <textarea .../> elements rather than` as username or password fields. Currently, KeePassXC does not detect textarea elements.

Example:

<textarea class="qStr" data-qstrph="LDAP_SERVER_STR12" id="username" autocomplete="off" placeholder="Benutzername"></textarea>
PR pending feature request

Most helpful comment

I agree, adding this to the Custom Login Fields should be enough.

All 5 comments

This is not a good idea it will raise tons of false positives

This is not a good idea it will raise tons of false positives

Even if it is restricted to certain IDs like "username" and (close) adjacency to the detected password input?

I should be more precise: It would be sufficient if textarea fields can be selected on chosing user defined fields.

I agree, adding this to the Custom Login Fields should be enough.

I use a NAS as well that uses a