148a149,156
> 
>   // If a user has created/linked his account through his facebook login, remove the current password field.
>   // Patch for bug discussion at http://drupal.org/node/1398782
>   if ($fbid) {
>     unset($form['account']['current_pass']);
>     $form['account']['current_pass_required_values']['#value'] = array();
>   }
> 
