Despite recently tacking efforts not to, nodewords still stores information in user.data. This actually isn't nodewords fault but the fact that user_save makes no sense. unsetting a field will not actually remove it from a users' data array you actually have to set it to null.

Attached is a patch the actually sets the value to null and has a db update that removes the fields from old users.

Comments

damienmckenna’s picture

Status: Active » Fixed

Looks good, thanks for the fix.

Status: Fixed » Closed (fixed)

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