Closed
Bug 150059
Opened 23 years ago
Closed 23 years ago
SINGSIGN_RemoveUser sometimes silently fails
Categories
(SeaMonkey :: Passwords & Permissions, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: dmosedale, Assigned: morse)
References
Details
I've got a profile where a bad password isn't being removed from the wallet
when the following call is issued:
rv = NS_CreateServicesFromCategory("passwordmanager",
mDirectoryQuery->mDirectoryUrl,"login-failed");
The URL is correct. I've stepped down in the debugger as SINGSIGN_RemoveUser,
so it's getting to the right areas of code.
I realize this isn't yet enough information to figure out exactly what's going
on; I'll do more testing later. However, I need to get this on the radar now.
I don't yet know whether the problem is cross-platform or how many people it's
likely to effect.
Much of the time, this code path works fine.
| Assignee | ||
Comment 1•23 years ago
|
||
Who is making that call? That component should be the component to which this
bug is assigned. Password manager is just the server here, and the problem most
likely is in the calling code.
| Assignee | ||
Comment 2•23 years ago
|
||
Can't do anything with this, based on the information presented. So I'm marking
this as invalid. When you have more details and can give steps for reproducing
this, then please reopen.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Updated•21 years ago
|
Product: Browser → Seamonkey
| Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•