Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1400807

Summary: Registering window appears before inputting account info when registering from GUI
Product: Red Hat Enterprise Linux 6 Reporter: Wei Liu <weiliu>
Component: subscription-managerAssignee: candlepin-bugs
Status: CLOSED NOTABUG QA Contact: Jan Stavel <jstavel>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.9CC: csnyder, jstavel, qianzhan, redakkan, skallesh
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-12-05 16:17:11 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:
Embargoed:
Attachments:
Description Flags
the registering window
none
the login window none

Description Wei Liu 2016-12-02 06:50:36 UTC
Description of problem:
When tried to register system form GUI,after clicking Register button with valid server url, the registering window appeared before the login window. 

Version-Release number of selected component (if applicable):
subscription-manager-firstboot-1.18.5-1.el6.x86_64
subscription-manager-1.18.5-1.el6.x86_64
python-rhsm-certificates-1.18.5-1.el6.x86_64
subscription-manager-gui-1.18.5-1.el6.x86_64
python-rhsm-1.18.5-1.el6.x86_64

How reproducible:
always

Steps to Reproduce:
1.Install build RHEL-6.9-20161201.0
2.Open the GUI and try to register
#subscription-manager-gui
3.click Register button,input valid server url (subscription.rhsm.stage.redhat.com:443/subscription)
4 click Next button,the registering windows appears

Actual results:
the registering windows appears before the login window

Expected results:
after click the Next button,it should be better to turn to the login window directly,and then begin registering

Additional info:

Comment 1 Wei Liu 2016-12-02 06:51:48 UTC
Created attachment 1227160 [details]
the registering window

Comment 2 Wei Liu 2016-12-02 06:53:09 UTC
Created attachment 1227173 [details]
the login window

Comment 5 Chris Snyder 2016-12-05 16:17:11 UTC
This is an expected behaviour. As shown in the screen shot, we are now validating the connection ("Validating connection") info just submitted on the prior screen. Note: The validation logic is not net new. The visibility of the dialog (representing the time taken to validate) is new. Previously the registration screen was momentarily frozen following entry of server info.

The new behaviour fixes bug 1268033.