Closed
Bug 209994
Opened 22 years ago
Closed 22 years ago
Deleted User Show Up on New Bugs
Categories
(Bugzilla :: User Accounts, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: cindy.reese, Assigned: myk)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
Build Identifier: 2.16.1
I have deactivated users, ensure they are no listed on any components but yet
even when creating a brand new bug they names get listed as being notified.
Reproducible: Always
Steps to Reproduce:
1.Create a new Bug
2.
3.
Actual Results:
Deleted users names show up as being notified.
Comment 1•22 years ago
|
||
That user is probably watching someone who is an owner or qa. Check the
watchers table for their userid.
Reporter | ||
Comment 2•22 years ago
|
||
If you mean under Prefs, email, User to watch I did check and they have no
entries at all. Is there some place else I can check?
Reporter | ||
Comment 3•22 years ago
|
||
I just updated a bug where joe.wiswell@interspere.com was notified as you can
see below but I have no watch on him, his account is deactivated, he is not
cc'ed and he is not a component owner.
Email sent to: andrew.marki@intersperse.com, angela.shih@intersperse.com,
devendran.rethinavelu@intersperse.com, joe.wiswell@intersperse.com,
alper.akture@intersperse.com
Comment 4•22 years ago
|
||
did he vote on that bug?
Reporter | ||
Comment 5•22 years ago
|
||
We do not use that functionality at all here.
Comment 6•22 years ago
|
||
Edit the "newchangedmail" parameter in editparams.cgi to add a Bcc: line to the
header with your email address.
This will cause you to get a copy of every email that goes to every person.
Make a change to that same bug. When you get the copy that has his email
address on the To: line, what's it say in the X-Bugzilla-Reason: header? (once
you get that email, you can go back to editparams and take the Bcc line back out)
Reporter | ||
Comment 7•22 years ago
|
||
For the guy Joe who is no longer here and his ID is deactivated it shows:
-----Original Message-----
From: bugzilla-daemon@slider.intersperse.com
[mailto:bugzilla-daemon@slider.intersperse.com]
Sent: Thursday, June 19, 2003 3:35 PM
To: joe.wiswell@intersperse.com
Subject: [Bug 2607] servicesConfig.xml didn't get updated with the input
entered during installation
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
Do I have to sign on has the deactivated users and look at thier Prefs????
Comment 8•22 years ago
|
||
if he's not the QA on that bug, then he's watching the QA.
Log into mysql...
SELECT userid FROM profiles WHERE login_name = "joe.wiswell@interspere.com";
then take that userid and do
SELECT * FROM watch WHERE watcher = <userid>;
if you get hits for that, then that's what happened. Easy fix is:
DELETE FROM watch WHERE watcher = <userid>;
Comment 9•22 years ago
|
||
any luck with this?
Comment 10•22 years ago
|
||
It's been almost two weeks and no response... I'm going to assume you fixed it.
Reopen if that's not the case.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•