Closed Bug 209994 Opened 22 years ago Closed 22 years ago

Deleted User Show Up on New Bugs

Categories

(Bugzilla :: User Accounts, defect)

x86
Windows 2000
defect
Not set
normal

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.
That user is probably watching someone who is an owner or qa. Check the watchers table for their userid.
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?
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
did he vote on that bug?
We do not use that functionality at all here.
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)
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????
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>;
any luck with this?
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
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.