Bug 1043364

Summary: Hidden login button duplicate on sign in page
Product: [Retired] Red Hat Hardware Certification Program Reporter: Damian Jansen <djansen>
Component: Hardware Catalog Listing ApplicationAssignee: Yu Shao <yshao>
Status: CLOSED EOL QA Contact:
Severity: low Docs Contact:
Priority: unspecified    
Version: 5.3CC: hwcert-catalog, pmao
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: 2015-07-08 09:32:37 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 Damian Jansen 2013-12-16 05:43:35 UTC
Description of problem:
Hidden in the source is a second login button.
<input type="hidden" value="1" name="GoAheadAndLogIn">
I can't imagine the purpose of this. Deleting it seems not to break anything and changing its type to "submit" causes it to have the same behaviour as the real login button

Version-Release number of selected component (if applicable):
dev

How reproducible:
Easy always

Steps to Reproduce:
1. Go to http://$server/index.cgi?GoAheadAndLogIn=1
2. View page source or inspect with inspector/firebug

Actual results:
<input type="hidden" name="GoAheadAndLogIn" value="1">
<input type="submit" name="GoAheadAndLogIn" value="Login">

Expected results:
No duplication

Additional info:

Comment 3 MaoPeng 2015-07-08 09:32:37 UTC
fixed