# This patch file was generated by NetBeans IDE
# This patch can be applied using context Tools: Apply Diff Patch action on respective folder.
# It uses platform neutral UTF-8 encoding.
# Above lines and this line are ignored by the patching process.
--- C:\wamp\www\openenterprise\sites\all\modules\rules\modules\user.rules.inc
+++ C:\wamp\www\openenterprise\sites\all\modules\rules\modules\user.rules.inc.modif
@@ -214,6 +214,17 @@
     'label' => t('Unblock a user'),
     'base' => 'rules_action_user_unblock',
   );
+  $items['user_send_password_recovery_mail'] = $defaults + array(
+    'label' => t('Send the password recovery mail to a user'),
+    'group' => t('User'),
+    'base' => 'rules_action_user_send_password_recovery_mail',
+    'parameter' => array(
+           'account' => array(
+                'type' => 'user',
+                'label' => t('User to send email to'),
+           ),
+        ),
+  );
   return $items;
 }
 
