Closed Bug 1692184 Opened 3 years ago Closed 1 year ago

[next.co.uk][Register] Generated Password does not pass site requirements

Categories

(Toolkit :: Password Manager: Site Compatibility, defect, P3)

Desktop
All
defect

Tracking

()

RESOLVED FIXED
Tracking Status
firefox85 --- affected
firefox86 --- affected
firefox87 --- affected
firefox89 --- affected
firefox90 --- affected
firefox91 --- affected

People

(Reporter: tbabos, Unassigned)

References

(Depends on 1 open bug, Blocks 2 open bugs, )

Details

(Whiteboard: [fxcm-password-generator])

Attachments

(1 file)

Attached image Screenshot of the issue

Affected versions
Nightly 87.0a1
Firefox 86 beta 8
Firefox 85.0.1

Affected platform
Mac OS X 10.15

Steps to reproduce

  1. Go to next.co.uk register page: https://www3.next.co.uk/secure/account/Register
  2. Click on the password field and choose to generate a password

Expected result
The generated password should pass site requirements.

Actual Result
Generated Password does not pass site requirements, since it does not accept more than 12 characters.

Notes

  • Reproducible on Chrome? No
  • Regression-range: not a regression, reproduced on Fx70
  • Field attribute:
    <input value="" aria-describedby="passwordHelp Password-error" aria-required="true" autocomplete="new-password" class="form-control input-txt-field filled input-validation-error" data-ga="Password" data-ga-label="password_one_page_reg_input_field" data-val="true" data-val-regex="Please enter a password containing both numbers and letters that is 6-12 characters long. Please use English characters only." data-val-regex-pattern="^(?=.{6,12}$)(?=.\d)(?=.[a-zA-Z]).*" data-val-required="Please enter a password containing both numbers and letters that is 6-12 characters long." id="Password" maxlength="12" name="Password" type="password" aria-invalid="true">
Depends on: 1650312
Priority: -- → P3

This was not fixed by Bug 1686071 given it is not part of Apple's rules data set.

Depends on: 1559986
Whiteboard: [fxcm-password-generator]

Seems like this website stopped requesting special characters, but they specify maxLength=12 and we didn't respect that.

Depends on: 1634783
No longer depends on: 1634783
Depends on: 1634783

Fixed by Bug 1634783 and Bug 1559986

Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: