README.txt 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. ********************************************************************
  2. D R U P A L M O D U L E
  3. ********************************************************************
  4. Name: User Import Delete Module
  5. Author: Robert Castelo <www.codepositive.com>
  6. Drupal: 7.x
  7. ********************************************************************
  8. DESCRIPTION:
  9. Provides options for cancelling existing accounts that are not in an import.
  10. The typical user case is that a staff list is imported into an intranet every month, and if someone
  11. has left the organisation they are not included in the staff list, and so their account is cancelled.
  12. The options provided are the same as are available when deleting user accounts individually or
  13. from the People admin page.
  14. ********************************************************************
  15. PREREQUISITES:
  16. User Import module required.
  17. ********************************************************************
  18. INSTALLATION:
  19. Note: It is assumed that you have Drupal up and running. Be sure to
  20. check the Drupal web site if you need assistance.
  21. 1. Place the entire module directory into your Drupal directory:
  22. sites/all/modules/
  23. 2. Enable the module by navigating to:
  24. administer > build > modules
  25. Click the 'Save configuration' button at the bottom to commit your
  26. changes.
  27. ********************************************************************
  28. AUTHOR CONTACT
  29. - Report Bugs/Request Features:
  30. http://drupal.org/project/user_import
  31. - Commission New Features:
  32. http://drupal.org/user/3555/contact
  33. - Want To Say Thank You:
  34. http://www.amazon.com/gp/registry/O6JKRQEQ774F
  35. http://www.amazon.co.uk/registry/wishlist/4KP50DVHBY62
  36. ********************************************************************
  37. ACKNOWLEDGEMENT