When I enable the fbconnect module, edit any field and click save, I get the following message:
Detected malicious attempt to alter protected user fields.
and it will not allow the values to save.

I've tracked it down to in the fbconnect.module, if I comment out

      $form['uid'] = array(
        '#type' => 'hidden',
        '#value' => arg(1),
      );

the error goes away.

This is on Drupal 6 latest dev (Feb-21)

Comments

LaNets’s picture

Status: Active » Fixed

The newest versions fixed that problem.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.