@@ -164,6 +173,13 @@ class FeedsUserProcessor extends FeedsProcessor {
...
@@ -164,6 +173,13 @@ class FeedsUserProcessor extends FeedsProcessor {
'description'=>t('The created (e. g. joined) data of the user.'),
'description'=>t('The created (e. g. joined) data of the user.'),
),
),
);
);
if(module_exists('openid')){
$targets['openid']=array(
'name'=>t('OpenID identifier'),
'description'=>t('The OpenID identifier of the user. <strong>CAUTION:</strong> Use only for migration purposes, misconfiguration of the OpenID identifier can lead to severe security breaches like users gaining access to accounts other than their own.'),
'optional_unique'=>TRUE,
);
}
return$targets;
return$targets;
}
}
...
@@ -177,15 +193,18 @@ class FeedsUserProcessor extends FeedsProcessor {
...
@@ -177,15 +193,18 @@ class FeedsUserProcessor extends FeedsProcessor {