Kunzisoft / KeePassDX

Lightweight vault and password manager for Android, KeePassDX allows editing encrypted data in a single file in KeePass format and fill in the forms in a secure way.
https://www.keepassdx.com/
GNU General Public License v3.0
4.71k stars 276 forks source link

[v4.0.0 b01] Autofill passwords not filtered #1611

Closed luckkmaxx closed 1 year ago

luckkmaxx commented 1 year ago

Describe the bug

When you choose a user/password for autofill, it shows all passwords of all stored websites.

Expected behavior

Show only data asociated with the website.

KeePassDX:

Android:

Additional context

Add any other context about the problem here.

J-Jamet commented 1 year ago

I've just checked and there's no problem with the KeePassDX code, it only displays entries that have the domain registered in the entry. It's surprising that this should happen to you for 4.0.0 beta1, as there's hardly been any autofill code changed since 3.5.1.

luckkmaxx commented 1 year ago

it only displays entries that have the domain registered in the entry.

Yes! That is the question, I have just to notice that all suggestions are from the same main domain. But before 4.0, it only suggests passwords related to exactly subdomain.domain.org

J-Jamet commented 1 year ago

App settings - Search - Subdomain search is well activated?

luckkmaxx commented 1 year ago

App settings - Search - Subdomain search is well activated?

wow! 😅 I didn noticed that I had to set subdomain search in current stable version. Im sorry! Thanks for your time. And btw, the new version looks beautiful!

luckkmaxx commented 1 year ago

Solved