I'm customizing the user edit profile page. I want to display a form to change the user's password and profile picture. I tried this, and the change password form shows up, as well as the change user profile. It will change the profile image, but does not save changes to the user's password. Code:
print drupal_render($form['account']['pass'] );
print drupal_render($form['picture'] );
print drupal_render($form['submit'] );









