Bug 181790

Summary: Create a UI for username/pass
Product: [Fedora] Fedora Reporter: Igor Foox <ifoox>
Component: eclipse-bugzillaAssignee: Igor Foox <ifoox>
Status: CLOSED UPSTREAM QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-27 19:01:03 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 181823    

Description Igor Foox 2006-02-16 16:30:24 UTC
We currently use a specially made username/pass to access the RH bugzilla. We
need to make a generic UI that will allow the user to enter or change these
value for any bugzilla instance and also a way to persist them between eclipse runs.

Comment 1 Igor Foox 2006-02-16 21:04:57 UTC
Working on this right now.

Comment 2 Igor Foox 2006-02-23 16:13:58 UTC
There apparently already is an Action class for this, I'll reuse it to prompt
for the password for bugzillas that need it (i.e. Red Hat's). I'll also need to
move the core functionality of storing the password and username in the Platform
database into BugzillaConfiguration.

Comment 3 Igor Foox 2006-02-27 19:01:03 UTC
This is now added to the AddBugzilla wizard, if the information is not supplied
there the LoginAction is used to prompt the user for the user name and password.