• Trying to identify and localize user profile edit problem.

    I have several sites which are fine but I have one site that trying to change a password for user cannot be done. The form fields stop at “Repeat New Password” and then nothing below it like “Strength” or SEO but in particular no “Update” action button.

    I disabled all the plugins (not many) except for 2014 and no difference. My other sites are fine albeit they are running 4.1

    This site is a little different in that I use second ftp persona for uploading files (security).

    Comparing source from usual to “doesn’t work” the page code abruptly stops

    <tr class=”user-pass2-wrap”>
    <th scope=”row”><label for=”pass2″>Repeat New Password</label></th>
    <td>
    <input name=”pass2″ type=”password” id=”pass2″ class=”regular-text” size=”16″ value=”” autocomplete=”off” />
    <p class=”description”>Type your new password again.</p>

    <div id=”pass-strength-result”>Strength indicator</div>
    ## nothing past this point shows up on site not working so td/table
    ## never closes so nothing else shows up
    <p class=”description indicator-hint”>Hint: The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! ” ? $ % ^ & ).</p>
    </td>
    </tr>

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter craig.keefner

    (@craigkeefner)

    I doublechecked and the last visible source code of rendered page is
    <p class=”description indicator-hint”>

    then it is end of page.

    Craig

    Thread Starter craig.keefner

    (@craigkeefner)

    For grins I had already checked once but did it again. I bulk deactivated all the plugins at same time and called up the admin in Firefox instead of usual Chrome just to try and eliminate cache.

    I also downloaded the theme then uploaded to child theme and switched to it (2014child) just to eliminate the theme as permission/connection problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Editing User Profile in 4.01 with twentyfourteen’ is closed to new replies.