Skip to content
Snippets Groups Projects
Commit 41f70fe9 authored by pcambra's avatar pcambra Committed by Kevin King
Browse files

Issue #1228568 by pcambra: Add user status to FeedsUserProcessor

parent 2d49bf7d
No related branches found
No related tags found
No related merge requests found
......@@ -173,6 +173,10 @@ class FeedsUserProcessor extends FeedsProcessor {
'name' => t('Unencrypted Password'),
'description' => t('The unencrypted user password.'),
),
'status' => array(
'name' => t('Account status'),
'description' => t('Whether a user is active or not. 1 stands for active, 0 for blocked.'),
),
'language' => array(
'name' => t('User language'),
'description' => t('Default language for the user.'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment