Breakdown: Support capturing and filling of login credentials on hulu.com
Categories
(Toolkit :: Password Manager, defect, P3)
Tracking
()
People
(Reporter: ckarlof, Unassigned)
References
(Depends on 1 open bug)
Details
(Whiteboard: [platform-rel-Hulu])
Attachments
(1 file)
1.25 MB,
image/gif
|
Details |
hulu.com is a password manager gauntlet. In my experience, working on hulu.com means you work in lots of other places. When I hear about a new browser based password manager, the first site I test it on is hulu.com. :) Some challenges on Hulu: * it doesn't use a <form> element on http://www.hulu.com * the login "form" is dynamically added after page load (i.e., no input type=password on page load) * the password input is initially hidden and only becomes visible after the user focuses on the username or password field * credential submission uses AJAX and does not navigate the page to a new URL * the login form is on an HTTP page * they have a totally different login experience on https://secure.hulu.com/account/signin, which *does* use a <form> element This makes capturing difficult because you can't rely on onsubmit or page navigation as a cue to ask the user if they want to save their credentials. It makes auto-fill challenging because the password field is not initially visible. The fact the whole thing is on an HTTP page raises security concerns. Screencap attached.
Updated•8 years ago
|
Updated•5 years ago
|
Comment 1•3 years ago
|
||
Moving to P3 as this is not happening in the next release cycle.
Updated•2 years ago
|
I believe this should be moved to the Password Manager: Site Compatibility
component.
Comment 3•1 year ago
|
||
Could be, first we need to figure what's happening there and if there are still issues after all these years.
From quick look I can see passwords offered when saved, but it looks like submit detection is not working.
The new Hulu login forces me to type my email address in the login box. All my other accounts logins will automatically fill my email in the box. Is this some kind of security thingy or is there something going on in the browser that I should address?
Monica, can you please investigate this? Hulu is a major site in the US.
Comment 6•3 months ago
•
|
||
I was partially able to reproduce the issue mentioned on comment#5 using Win11x64 and Firefox 128.0a1(20240530213713), first time I enter site I save the credentials, then when I tried to log in for second time, email was not autocompleted but one click on email box brought the saved email address in a dropdown list and I was able to select it, password was autocompleted.
08xjcec48, please let me know if this is the same for you, if not what OS are you using? Thank you.
Updated•3 months ago
|
I don't actually use Hulu. Walt, please see her questions.
(In reply to Monica Chiorean from comment #6)
I was partially able to reproduce the issue mentioned on comment#5 using Win11x64 and Firefox 128.0a1(20240530213713), first time I enter site I save the credentials, then when I tried to log in for second time, email was not autocompleted but one click on email box brought the saved email address in a dropdown list and I was able to select it, password was autocompleted.
08xjcec48, please let me know if this is the same for you, if not what OS are you using? Thank you.
Hi Monica,
I am using the latest Linux Mint and Firefox Browser. I check for updates every day, so I know everything is recent.
Description
•