Closed
Bug 1713585
Opened 3 years ago
Closed 2 years ago
[bigcommerce.com][Register] Generated Password does not pass site requirements
Categories
(Toolkit :: Password Manager: Site Compatibility, defect, P3)
Tracking
()
People
(Reporter: tbabos, Unassigned)
References
(Blocks 2 open bugs, )
Details
(Whiteboard: [passwords:generation] [fxcm-password-generator])
Attachments
(1 file)
58.95 KB,
image/png
|
Details |
Affected versions
Nightly 90.0a1
Tested On
Mac OS X 10.15
Steps to reproduce
- Go to bigcommerce.com register page: https://www.bigcommerce.com/ -> Get Started
- Pass through the email form and reach the 2nd page
- Click on the Password field
- Click on the Password Generation option
- Check generated password validation
Expected result
The generated password should pass site requirements.
Actual Result
Generated Password does not pass site requirements, since it does not contain at least one special character.
Notes
- Reproducible on Chrome? No
- Regression-range: not a regression, password generation did not appear at all until now, fixed by Bug 1692980.
- Field attribute:
<input autocomplete="off" class="form-input ng-valid-numbersletters ng-invalid ng-valid-minlength ng-valid-maxlength ng-dirty ng-valid-parse ng-touched ng-not-empty ng-invalid-specialcharacters ng-valid-required" id="password" name="password" ng-maxlength="512" ng-minlength="8" numbersletters="" specialcharacters="" placeholder="" type="password" value="" ng-model="trialCtaCtrl.trialData.password" ng-required="true" required="required" style="">
Updated•3 years ago
|
Reporter | ||
Comment 1•3 years ago
|
||
This was not fixed by Bug 1686071 given its not listed in Apple's rules data set.
Blocks: 1718209
Reporter | ||
Updated•3 years ago
|
status-firefox91:
--- → affected
Updated•2 years ago
|
Whiteboard: [passwords:generation] → [passwords:generation] [fxcm-password-generator]
Updated•2 years ago
|
Comment 2•2 years ago
|
||
Verified on https://www.bigcommerce.com/start-your-trial/
Fixed by Bug 1559986
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•