Filter logins based on page query parameter
Categories
(Firefox :: about:logins, enhancement, P2)
Tracking
()
People
(Reporter: jaws, Assigned: jaws)
References
()
Details
(Whiteboard: [passwords:management] [skyline] )
Attachments
(4 files)
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
The search field can be populated through a URL query parameter when the page is opened via context menu "View Saved Logins" or autocomplete's "View Saved Logins".
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Comment 4•5 years ago
|
||
Assignee | ||
Comment 5•5 years ago
|
||
Comment 7•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f5b8f8b18666
https://hg.mozilla.org/mozilla-central/rev/3034b68282fa
https://hg.mozilla.org/mozilla-central/rev/807c329de7ea
https://hg.mozilla.org/mozilla-central/rev/46fc2a3d94d1
Comment 8•5 years ago
|
||
Can you provide some details on how this implementation should be verified correctly? Thanks.
Assignee | ||
Comment 9•5 years ago
|
||
To test this bug, go to about:config and set signon.management.page.enabled=true and also set signon.management.overrideURI=about:logins
Then go to bugzilla.mozilla.org and attempt to log in
Click in the username field and a drop-down should appear to Browse for logins
Click on the button and about:logins should open with the search filter showing bugzilla.mozilla.org
Updated•5 years ago
|
Comment 10•5 years ago
|
||
I don't think I could validate it in Windows 10 and Nightly v69.0a1 (2019-06-12).
My steps:
- Opened browser with a newly created profile.
- Go to about:config and
- set:
signon.management.page.enabled=true - create:
signon.management.overrideURI=about:logins
-
Go to bugzilla.mozilla.org
-
Click "Log In"
-> Login form appears as a drop-down. -
Click inside the "email" field.
-> Nothing happens <- -
Log in and save a set of credentials
-
Log out
-
Click "Log In"
-> Login form appears as a drop-down and the Password Manager drops down under the "Email field"
-> "about:logins" did not open with search filter showing bugzilla.mozilla.org <- -
Click on the "View Saved Logins" button from the Password Manager drop-down.
-> about:logins page is now displayed as Firefox Lockwise, but a filter showing bugzilla.mozilla.org is still not displayed.
Am I verifying correctly? Thanks.
Assignee | ||
Comment 11•5 years ago
|
||
Sorry, I gave you a wrong instruction in comment 9. You will need to set signon.management.overrideURI=about:logins?filter=%DOMAIN%
The "?filter=%DOMAIN%" part at the end is required. Otherwise your steps sound correct.
Comment 12•5 years ago
|
||
With the newly given instructions, I have retaken the steps in comment 10. The difference is that when the user clicks on the "View Saved Logins" from the Password Manager drop-down (step 9), the about:logins page is displayed as Firefox Lockwise and a search is initiated for "bugzilla.mozilla.org".
The page's link address is "about:logins?filter=bugzilla.mozilla.org"
Does this behavior validate the intended implementation?
Behavior verified in Nightly v69.0a1 (2019-06-18). Thanks.
Assignee | ||
Comment 13•5 years ago
|
||
Yes, that validates the intended implementation.
Comment 14•5 years ago
|
||
Based on the above, I will mark this bug as verified in Nightly v69.0a1 (2019-06-18). Thanks.
Updated•5 years ago
|
Updated•5 years ago
|
Description
•