Closed (won't fix)
Project:
Drupal for Facebook
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Jul 2011 at 21:08 UTC
Updated:
13 Jul 2011 at 08:05 UTC
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
Comment #1
Dave Cohen commentedThe change your asking for would have to be made to Drupal core. fb_user.module is just implementing hook_user().
Comment #2
Michsk commentedAh 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.