Skip to content

Commit

Permalink
Merge pull request jenkinsci#4740 from romenrg/labels-login-fields
Browse files Browse the repository at this point in the history
[JENKINS-62421] Added aria-labels to username & password input fields
  • Loading branch information
timja authored May 31, 2020
2 parents 179f8e3 + 4c275d2 commit e50b1a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/main/resources/jenkins/model/Jenkins/login.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ THE SOFTWARE.
</j:if>
<div class="formRow">
<input
aria-label="${%Username}"
class="${inputClass}"
type="text"
name="j_username"
Expand All @@ -94,6 +95,7 @@ THE SOFTWARE.
</div>
<div class="formRow">
<input
aria-label="${%Password}"
class="${inputClass}"
type="password"
name="j_password"
Expand Down

0 comments on commit e50b1a9

Please sign in to comment.