The form field for "userid" is called Login. This is confusing for screen readers and has been flagged as non-compliant in an accessibility report carried out for the British Museum.
Created attachment 151415 [details] [review] Bug 33765: Fix ambiguous "Login" field This patch changes the use of "Login" to "Username" to assist with screen reading Test plan: 1) On the OPAC main page, the log in form should now have the first field labelled as Username, not Login
Created attachment 151425 [details] [review] Bug 33765: Fix ambiguous "Login" field This patch changes the use of "Login" to "Username" to assist with screen reading Test plan: 1) On the OPAC main page, the log in form should now have the first field labelled as Username, not Login Signed-off-by: Laura Escamilla <laura.escamilla@bywatersolutions.com>
What about: git grep ">Login:" intranet-tmpl/prog/en/modules/acqui/supplier.tt: <p><span>Login: [% i.login | html %]</span></p> opac-tmpl/bootstrap/en/includes/masthead.inc: <label for="muserid">Login:</label><input type="text" id="muserid" name="userid" autocomplete="off" /> opac-tmpl/bootstrap/en/modules/opac-auth.tt: <label for="userid">Login:</label> opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt: <label for="username">Login:</label> opac-tmpl/bootstrap/en/modules/opac-registration-confirmation.tt: <label for="userid">Login:</label> opac-tmpl/bootstrap/en/modules/opac-reset-password.tt: <label for="userid">Login:</label> opac-tmpl/bootstrap/en/modules/sco/sco-main.tt: <label for="patronlogin">Login:</label>
In light of the ongoing discussion on bug 33766 I think its best to close this bug and bug 33764 and wrap all instances of this issue into bug 33766 when the discussion is concluded *** This bug has been marked as a duplicate of bug 33766 ***