keepassxreboot / keepassxc

KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
https://keepassxc.org/
Other
20.03k stars 1.42k forks source link

Passkeys: Fix showing correct username in the reports #10934

Closed varjolintu closed 1 week ago

varjolintu commented 2 weeks ago

Reference usernames are not shown in the passkeys reports.

This field should refer to KPEX_PASSKEY_USERNAME attribute and ignore the entry's actual username setting. An entry can also contain a passkey, but has different usernames: e.g. username@example.com in the entry and just username in the attribute.

Fixes #10931.

Testing strategy

Manually.

Type of change