The facebook form used to connect and to see that there is a connection with facebook (user/nnn/edit/fb_user) is called 'user-profile-form', just like the global user/uid/edit form. This gives problems. For example, the user_delete module shows a 'delete account' on the user-profile-form. So the delete button is also shown on the facebook settings form. That's just not as it should be and b users might think they remove there facebook connection but in fact they remove there account.

Comments

Dave Cohen’s picture

Category: bug » support
Priority: Major » Normal
Status: Active » Closed (won't fix)

The change your asking for would have to be made to Drupal core. fb_user.module is just implementing hook_user().

Michsk’s picture

Ah ok, so this should be moved to the user_delete module. user_delete should check the path and only show the delete button on the user/nnn/edit path.