Hide Forgot
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:
fixed