Bug 1043364 - Hidden login button duplicate on sign in page
Summary: Hidden login button duplicate on sign in page
Keywords:
Status: CLOSED EOL
Alias: None
Product: Red Hat Hardware Certification Program
Classification: Retired
Component: Hardware Catalog Listing Application
Version: 5.3
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
: ---
Assignee: Yu Shao
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-16 05:43 UTC by Damian Jansen
Modified: 2015-07-08 09:32 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-07-08 09:32:37 UTC


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.