diff --git a/plugins/FeedsUserProcessor.inc b/plugins/FeedsUserProcessor.inc
index 2335880..aad297a 100644
--- a/plugins/FeedsUserProcessor.inc
+++ b/plugins/FeedsUserProcessor.inc
@@ -170,6 +170,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.'),
+      ),
     );
     if (module_exists('openid')) {
       $targets['openid'] = array(
