Username not saved nor retrieved in login.decathlon.net
Categories
(Toolkit :: Password Manager: Site Compatibility, defect, P3)
Tracking
()
People
(Reporter: julienw, Unassigned)
References
(Depends on 1 open bug, )
Details
Attachments
(1 file)
5.08 KB,
text/plain
|
Details |
STR:
- Go to URL https://eclub.decathlon.fr/connexion#/.
- Click on "Je me connecte".
=> after some redirections we arrive on a form where we can enter the username.
You can enter any email to move forward and display the password form.
The password form works fine, but the username form doesn't.
Reporter | ||
Updated•5 years ago
|
Comment 1•5 years ago
|
||
Can you confirm that the username field isn't present on the page when the password field is? (I don't have an account so I get a different flow) If so, this depends on the general fix for usernames and passwords on separate pages (bug 348941) which I hope we can address within the next quarter or so.
Reporter | ||
Comment 2•5 years ago
|
||
Ah that's interesting!
Indeed, it's not present as a form in the password field page, but it's displayed in a <h1>, so maybe it could be possible to catch it with some tweaking? Although this would be fairly specific to this site...
I don't have an account so I get a different flow
Oops, I tried with a dummy email before, and it was working... looks like the dummy email I tried earlier was actually existing :-D
Comment 3•5 years ago
|
||
(In reply to Julien Wajsberg [:julienw] from comment #2)
Indeed, it's not present as a form in the password field page, but it's displayed in a <h1>, so maybe it could be possible to catch it with some tweaking? Although this would be fairly specific to this site...
That still wouldn't allow it to fill though since we don't run the pwmgr code at all if there is no password field present.
P3 for now until we address bug 348941.
Updated•5 years ago
|
Description
•