Bug 1320075

Summary: It should't be cc'd to a disabled user.
Product: [Community] Bugzilla Reporter: Hui Wang <huiwang>
Component: Creating/Changing BugsAssignee: PnT DevOps Devs <hss-ied-bugs>
Status: CLOSED NOTABUG QA Contact: tools-bugs <tools-bugs>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 5.0CC: huiwang, jmcdonal, mtahir, qgong
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-03-23 01:46:50 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Hui Wang 2016-03-22 09:35:25 UTC
Description of problem:
If a user was disable, it is not allowed to set the user as the QA contact/Assignee/Doc Contact and needinfo. But it is still allowed to add the disabled user to cc list.

Version-Release number of selected component (if applicable):
5.0.2.rh2

How reproducible:
100%


Steps to Reproduce:
1. Login with admin account
2. Disable a user: User1
3. New a bug for bugzilla
4. Add the disabled user to bug cc list

Actual results:
The disabled user can be added to the cc list

Expected results:
The disabled user can be added to the cc list and bugzills should shows some messege like this: The account User1 is disabled.

Additional info:

Comment 1 Jason McDonald 2016-03-22 23:46:43 UTC
I think this is intended behaviour.  Mailing-list accounts are disabled (cannot login) but are routinely cc'd on bugs.

Comment 2 Hui Wang 2016-03-23 01:46:50 UTC
Thanks Jason's explanation.