Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-field (Ajax?) login fields #2211

Open
jerryhall opened this issue May 31, 2024 · 2 comments
Open

Multi-field (Ajax?) login fields #2211

jerryhall opened this issue May 31, 2024 · 2 comments
Labels

Comments

@jerryhall
Copy link

When visiting sites like https://www.domain.com/my-account/login or, https://lucid.app/users/login#/login there is a multi-step login process. Once adding in the login name, a password window appears. After manually typing the password in, keepassxc does not offer to save.

Even manually creating the record does not allow the auto-fill to work.

What is the process to add these type forms as I have several other sites with the same issue?

It would be great if we clicked the green icon in the form's login field to add the login, then click next, then click the green icon in the password field, then click Submit to login.

Debug info

KeePassXC-Browser Version: 1.9.0.5
KeePassXC Version: 2.7.8
Operating system: Win
Browser: Chrome

Thank you. Excellent product!

@varjolintu
Copy link
Member

That's the normal login flow, but sometimes new fields are not correctly identified. Gonna check this.

@varjolintu varjolintu added the bug label Jun 3, 2024
@varjolintu
Copy link
Member

With the lucid.app web page there's no forms available via document.forms or document.body.querySelectorAll('form') but some custom elements. We currently only support tracking standard forms. Also the submit button is very generic and cannot be identified as such.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants