Separate JS password processing ("same" and "strength") for each password_confirm pair.

Created on 8 September 2016, over 7 years ago
Updated 21 July 2023, 11 months ago

To reproduce, create a form with two password_confirm elements. The attached module dog_form does this, showing a form at /dog-form. The browser confuses the two password_confirm fields. For example, typing matching passwords into one field pair shows a match on both field pairs:

Only the top field pair has data, but the browser says that the passwords in both pairs match.

Enter different passwords in the lower pair, and the browser says they match if the upper pair matches:

The field pairs should act independently of each other.

πŸ› Bug report
Status

Closed: outdated

Version

9.5

Component
RenderΒ  β†’

Last updated about 15 hours ago

Created by

πŸ‡ΊπŸ‡ΈUnited States mathieso

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡³πŸ‡±Netherlands Lendude Amsterdam

    Thank you for opening this and for providing the testing module, made it easy to verify this.

    I used the dog form and the two password confirm fields are now evaluated separately, so this has appeared to be fix in the mean time.

Production build 0.69.0 2024