I wrote a small patch. It can delete the user datas.

28,32d27
< $form['twitter']['twitter_delete'] = array(
< '#type' => 'checkbox',
< '#title' => t('Remove'),
< '#description' => t('Delete Twitter account datas.')
< );
40,44d34
< if ($edit['twitter_delete']) {
< $edit['twitter_encrypted'] = '';
< $edit['twitter_user'] = '';
< $edit['twitter_text'] = '';
< }

Comments

killua99’s picture

Status: Active » Closed (won't fix)

Drupal 5 is not maintenance any more, If this issue occurs in any version for Drupal 6 or Drupal 7 reopen this issue.