馃帹 Design: Add "Submit button identifier" option to the Site profile authentication section
Description
In order to allow for users to specify submit buttons for authentication forms that might not contain a standard name, id, or type, we need to enable users to specify how to find the button to submit the form.
Requirements
- Optional "Submit button identifier" text box added under the Username fields
Use of the Submit button field
If the submit button field is set, the browser will use that field name to submit the form. In the event that the browser can not find that button, the test should fail and provide a meaningful error to the user about why it failed. An error message such as Submit button [specified id] not found. Authentication unsuccessful. should be displayed in the console.
Design Proposal
Edited by Michael Fangman