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

Add support for confirm password fields #1363

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

outfoxxed
Copy link

This pull request adds support for confirm password fields in sign-up pages.

Current behavior

The current behavior when using a sign up page will fill the username and password, but not any confirm password fields. This is annoying because it forces the user to re-open keepassdx to copy the autogenerated password, and paste it in the form.

New behavior

The new behavior attempts to detect confirm password fields by checking for additional password fields past the first one. This cuts out the step of re-opening keepassdx and copying the password.

Testing

I tested this on my own website and the google.com account creation page.
I was not able to find any native apps on my phone that had a confirm password field.

@AnonymousWP
Copy link

Why has this not been merged yet nor responded to?

@J-Jamet
Copy link
Member

J-Jamet commented Sep 10, 2023

If you look carefully, I did indicate that this will be addressed in version 4.1.0, when a global pass will be made on autofill.

@AnonymousWP
Copy link

If you look carefully, I did indicate that this will be addressed in version 4.1.0, when a global pass will be made on autofill.

Ah okay, didn't see any reference in this issue, so that's why I didn't catch it.

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

Successfully merging this pull request may close these issues.

None yet

3 participants