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>
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
@OdinVex Support for <textarea> could be added to the Custom Login Fields, yes.
Most helpful comment
I agree, adding this to the Custom Login Fields should be enough.