Closed
Bug 182211
Opened 23 years ago
Closed 20 years ago
When a page contains two loginforms with the same fields passwordmanager fills both fields and next time you login it stores two copies of the password
Categories
(SeaMonkey :: Passwords & Permissions, defect)
Tracking
(Not tracked)
RESOLVED
EXPIRED
People
(Reporter: dmartensson, Assigned: dveditz)
References
()
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2) Gecko/20021126 MultiZilla/v1.1.18
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2) Gecko/20021126 MultiZilla/v1.1.18
On idg.se when I open a news and then add a comment to the news I get two copies
of my login profile.
This is because idg has two login forms, on on top of the page and one in the
comment form. These share the same fieldnames.
After I have logged on one time and saved the password mozilla fills both forms
on next visit to page. When I then login it stores both copies not only the one
I login with and the next time I access the page it asks me to choose profile
från two identical ones.
I have so far been unable to create a testcase that works and I can not see how
mozilla detects differences beetwen forms,
is there any files I can provide that you could check?
Reproducible: Always
Steps to Reproduce:
1. Create your own account on www.idg.se
2. Log in in the form on top of the page
3. Close browser compleatly
4. Reenter without loggin in
5. Open a news and comment on it ( maybe you have to open comments first, have
not tested this fully yet)
Actual Results:
Two profiles with the same username & password are created and next time I open
page I have to choose which I want to use.
Expected Results:
Only create one profile.
This could be because their HTML i flawed in some way, ex. missing closing tags
on some tables or divs.
The forms are correctly closed.
I will continue to try to create a simplified testcase for this but the page is
HUGE with a lot of javascript.
This is not a major problem as the problem only resurfaces when I comment on
news but it indicates som kind of problem separating profiles, should it even be
possible to create two identical profiles with same server, usernae and password
| Reporter | ||
Comment 1•23 years ago
|
||
Found the problem!!
If the form contains spaces after username or password in one of the forms two
profiles are created, but you cannot se the difference.
Adding a simple testcase, the url in the first form contains a querystring,
without this the problem dissapears
| Reporter | ||
Comment 2•23 years ago
|
||
This is the secon page in the testcase, use both for easy testing
Reassigning unconfirmed form and password manager bugs to the new owner
Assignee: morse → dveditz
| Reporter | ||
Comment 4•23 years ago
|
||
This could be related or dup of bug 161369 which I found.
That bug handles the login in it self.
This concerns the fact that you can get two seamingly identical formprofiles.
Solving one maybe solves both depending on the solution.
Updated•21 years ago
|
Product: Browser → Seamonkey
Comment 5•20 years ago
|
||
This is an automated message, with ID "auto-resolve01".
This bug has had no comments for a long time. Statistically, we have found that
bug reports that have not been confirmed by a second user after three months are
highly unlikely to be the source of a fix to the code.
While your input is very important to us, our resources are limited and so we
are asking for your help in focussing our efforts. If you can still reproduce
this problem in the latest version of the product (see below for how to obtain a
copy) or, for feature requests, if it's not present in the latest version and
you still believe we should implement it, please visit the URL of this bug
(given at the top of this mail) and add a comment to that effect, giving more
reproduction information if you have it.
If it is not a problem any longer, you need take no action. If this bug is not
changed in any way in the next two weeks, it will be automatically resolved.
Thank you for your help in this matter.
The latest beta releases can be obtained from:
Firefox: http://www.mozilla.org/projects/firefox/
Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html
Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 6•20 years ago
|
||
This bug has been automatically resolved after a period of inactivity (see above
comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → EXPIRED
You need to log in
before you can comment on or make changes to this bug.
Description
•