Results 1 to 3 of 3

Thread: Edit Profile - Password field labels have incorrect "for" value

  1. #1
    Thread Starter
    Veteran almightyeric's Avatar
    Join Date
    Aug 2011
    Location
    Nothern CA, USA
    Posts
    416
    Thanks
    56
    Thanked 19 Times in 16 Posts

    Edit Profile - Password field labels have incorrect "for" value

    The following code is from the file tpl-profile.php (begins on line 113 in ClassiPress version 3.3.1):

    PHP Code:
    <tr>
        <th><label for="pass1"><?php _e'New Password:'APP_TD ); ?></label></th>
        <td>
            <input type="password" name="pass1" class="regular-text" id="pass1" maxlength="50" value="" /><br />
            <span class="description"><?php _e'Leave this field blank unless you would like to change your password.'APP_TD ); ?></span>
        </td>
    </tr>

    <tr>
        <th><label for="pass1"><?php _e'Password Again:'APP_TD ); ?></label></th>
        <td>
            <input type="password" name="pass2" class="regular-text" id="pass2" maxlength="50" value="" /><br />
            <span class="description"><?php _e'Type your new password again.'APP_TD ); ?></span>
        </td>
    </tr>

    <tr>
        <th><label for="pass1">&nbsp;</label></th>
        <td>
            <div id="pass-strength-result"><?php _e'Strength indicator'APP_TD ); ?></div><br /><br /><br />
            <span class="description"><?php _e'Your password should be at least seven characters long.'APP_TD ); ?></span>
        </td>
    </tr>
    The bug is that all 3 labels refer to the first input element (i.e. the one with the name "pass1"), instead of the second and third labels referring to the second and third input elements, respectively.

  2. #2
    samcy's Avatar
    Join Date
    Mar 2012
    Location
    Germany
    Posts
    12,098
    Thanks
    121
    Thanked 1,756 Times in 1,442 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Rolf Hassel (Samcy)

  3. #3
    samcy's Avatar
    Join Date
    Mar 2012
    Location
    Germany
    Posts
    12,098
    Thanks
    121
    Thanked 1,756 Times in 1,442 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Rolf Hassel (Samcy)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Dimitris Classipress 3.2 bug for user edit profile and set password
    By troiko in forum Report ClassiPress Bugs
    Replies: 3
    Last Post: June 7th, 2015, 06:55 AM
  2. How to translate the profile field labels
    By covoiturage in forum Advanced Custom Fields
    Replies: 3
    Last Post: July 24th, 2013, 08:19 AM
  3. How to translate the profile field labels ()
    By covoiturage in forum ClassiPress General Discussion
    Replies: 0
    Last Post: July 23rd, 2013, 03:04 PM
  4. Replies: 1
    Last Post: March 23rd, 2013, 12:19 PM
  5. Replies: 2
    Last Post: March 3rd, 2011, 01:59 AM