Editing User Profile in 4.01 with twentyfourteen
-
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>
- The topic ‘Editing User Profile in 4.01 with twentyfourteen’ is closed to new replies.