Skip to content

Commit 8296938

Browse files
committed
Issue 15965 - Show password checkbox doesn't provide label or accessible name
Signed-off-by: Brent Nesbit <github@nesbit.me>
1 parent bc40916 commit 8296938

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/templates/installation.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
value="<?php p($_['adminpass']); ?>"
5050
autocomplete="off" autocapitalize="none" autocorrect="off" required>
5151
<label for="adminpass" class="infield"><?php p($l->t( 'Password' )); ?></label>
52-
<input type="checkbox" id="show" class="hidden-visually" name="show">
52+
<input type="checkbox" id="show" class="hidden-visually" name="show"
53+
aria-label="Show password">
5354
<label for="show"></label>
5455
</p>
5556
</fieldset>

0 commit comments

Comments
 (0)