File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ function display_setup_form( $error = null ) {
164164 <th scope="row"><?php _e ( 'Confirm Password ' ); ?> </th>
165165 <td>
166166 <label>
167- <input type="checkbox" name="pw_weak" class="pw-checkbox" />
167+ <input type="checkbox" name="pw_weak" class="pw-checkbox" id="pw-weak" />
168168 <?php _e ( 'Confirm use of weak password ' ); ?>
169169 </label>
170170 </td>
Original file line number Diff line number Diff line change @@ -483,7 +483,7 @@ function use_ssl_preference($user) {
483483<tr class="pw-weak">
484484 <th><?php _e ( 'Confirm Password ' ); ?> </th>
485485 <td>
486- <label for="pw_weak" >
486+ <label>
487487 <input type="checkbox" name="pw_weak" class="pw-checkbox" id="pw-weak" />
488488 <?php _e ( 'Confirm use of weak password ' ); ?>
489489 </label>
Original file line number Diff line number Diff line change @@ -421,8 +421,8 @@ function admin_created_user_email( $text ) {
421421 <tr class="pw-weak">
422422 <th><?php _e ( 'Confirm Password ' ); ?> </th>
423423 <td>
424- <label for="pw-weak" >
425- <input type="checkbox" name="pw-weak " class="pw-checkbox" id="pw-weak" />
424+ <label>
425+ <input type="checkbox" name="pw_weak " class="pw-checkbox" id="pw-weak" />
426426 <?php _e ( 'Confirm use of weak password ' ); ?>
427427 </label>
428428 </td>
You can’t perform that action at this time.
0 commit comments