Allow 2 passwords fields for the same account

It would be awesome to have the ability to save multiple (2 at least) passwords for the same account. Why?

For example, every bank in my country requires 2 password fields. Usually in this form:

Identification: input text
1st Password: password field
2nd password: password field

Right know I can only save 1, and when I have to use it, it replicate the same password on both fields, so I need to enter the second password manually.

I tried with a 2nd entry, but it doesn’t work, because it still filling both passwords fields with the same entry.

An alternative, if this is too complicated, save the “id” of the password field and only fill that, or only fill the field I’m selecting instead of both, so at least the 2 entry method can work.

Welcome to the community forum!

I think the custom fields feature should be able to handle this scenario.

@nomachine Welcome to the forum!

If you let us know the URL of the login form where you are having this problem, we can give you some instructions for how to set up the custom fields to make it work.

1 Like

hello, that would be awesome

this is one example Online Banking Santander

Thank you for sharing the URL. You will need three custom fields, as shown below:

To create each field, click the :plus: Add field link, then select the field type, enter the required field name, and click Add; you will then be able to specify the field value. The three fields that you need should be configured as follows:

  1. Type: Linked; Name: documento; Value: Username (this option will be selected by default in the linked field dropdown selector).

  2. Type: Linked; Name: clave; Value: Password (select this option in the linked field dropdown selector).

  3. Type: Hidden; Name: datosusuario; Value: Your second password.

Don’t forget to click the Save button when you’re done setting up the custom fields.

That worked pretty good, I didn’t know I could do that.

I think this should be enough to cover my needs. Thank you.

1 Like

You’re welcome, I’m glad I could help.

I will move your post to the Ask the Community section of the forum, and mark your question as solved.