Open
Bug 1474950
Opened 7 years ago
Updated 3 years ago
login save while creating account on gyrosco.pe fills "-7" as username
Categories
(Toolkit :: Password Manager: Site Compatibility, defect, P3)
Toolkit
Password Manager: Site Compatibility
Tracking
()
NEW
People
(Reporter: dietrich, Unassigned)
References
()
Details
63.0a1 (2018-07-09) (64-bit) Mac OS X
1. go to https://gyrosco.pe
2. create new account
Expected: save user/pass prompt has email or username filled
Actual: has "-7" filled in username
Comment 1•7 years ago
|
||
This is because of a hidden timezone field which gets the value set by JS. -7 is the timezone offset:
<input type="text" class="text-input for-timezone" name="timezone" value="" required="">
If you want to submit a notUsernameSelector recipe for this site (you can do this without building m-c via the pref signon.recipes.path) I'd approve it but otherwise this won't get fixed any time soon. See https://dxr.mozilla.org/mozilla-central/rev/085cdfb90903d4985f0de1dc7786522d9fb45596/toolkit/components/passwordmgr/content/recipes.json#25-29 for an example.
URL: https://gyrosco.pe/
Component: Password Manager → Password Manager: Site Compatibility
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•