HTML validation, required fields, regex for website address
Categories
(Firefox :: about:logins, enhancement, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: jaws, Assigned: jaws)
References
Details
(Whiteboard: [passwords:management] [skyline] )
Attachments
(4 files)
Editing a LoginItem should have basic validation of the hostname, username, and password. We should require that all fields are filled. Hostnames should validate as a URL object.
Assignee | ||
Updated•6 years ago
|
Comment 1•5 years ago
|
||
<input type="url" required>
would be a good starting point for origin validation… it doesn't seem to require a trailing slash which is good.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Comment 4•5 years ago
|
||
Validation constraints and errors need to be surfaced still. Some of this work could be pushed to bug 1550122.
Updated•5 years ago
|
Assignee | ||
Comment 5•5 years ago
|
||
Comment 7•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/30ce578fc33c
https://hg.mozilla.org/mozilla-central/rev/f51914dc71e3
https://hg.mozilla.org/mozilla-central/rev/e292d1c1e2f1
https://hg.mozilla.org/mozilla-central/rev/a121178c0634
Comment 8•5 years ago
|
||
Hi Jared Wein,
Could you please tell me the steps to reproduce the bug, please?
Thanks in advance, Flor.
Assignee | ||
Comment 9•5 years ago
|
||
Work in this area is still too early for QE verification.
Updated•5 years ago
|
Updated•5 years ago
|
Description
•