You are here

README.txt in Auto Purge Users 8.3

Same filename and directory in other branches
  1. 8 README.txt
  2. 8.2 README.txt
  3. 7.2 README.txt
  4. 7 README.txt
--------------------------------------------------------------------------------
                                 Purge Users
--------------------------------------------------------------------------------

OVERVIEW
--------
Auto Purge Users
Auto Purge Users lets administrators delete inactive users
based on time conditions. Users are selected as per criteria
that check for different types of user inactivity.
Some of the criteria that are used to select users are

•    Those who exceed a configured period of inactivity 
•    Those who have not activated their account since registration 
•    Those who have not logged in for a long period can be auto-purged.

The users who are purged can be notified that their account
has been purged. Optionally you can limit the purge to specific
roles like anonymous, etc.. UsersYou can go to
“Administer -> People -> Auto Purge Users” to configure the duration
 of account inactivity, status of account and filter the users by roles.

Users can be deleted automatically on cron by enabling
the auto purge option in configuration page or can be
deleted manually by pressing the delete users button.
Users deleted during cron are logged via the watchdog.


Installation
------------

1. Extract the tar ball that you downloaded from Drupal.org.

2. Upload the entire directory and all its contents to your
   modules directory.
   
3. Go to Admin -> Modules, and enable Purge Users.


Configuration
-------------

* "PURGE USERS WHO HAVE NOT LOGGED IN FOR" will purge users
  who created a account but never logged in.

* "PURGE USERS WHOSE ACCOUNT HAS NOT BEEN ACTIVATED FOR"
  will purge the users who didn't activated their account.

* "PURGE USERS WHO HAVE BEEN BLOCKED FOR" will purge
  the users who were using the site but were blocked due to any reason.

* Select a user role to limit the users to be purge to a specific role.

* User notification email can be enable by checking the "Enable" checkbox.

File

README.txt
View source
  1. --------------------------------------------------------------------------------
  2. Purge Users
  3. --------------------------------------------------------------------------------
  4. OVERVIEW
  5. --------
  6. Auto Purge Users
  7. Auto Purge Users lets administrators delete inactive users
  8. based on time conditions. Users are selected as per criteria
  9. that check for different types of user inactivity.
  10. Some of the criteria that are used to select users are
  11. • Those who exceed a configured period of inactivity
  12. • Those who have not activated their account since registration
  13. • Those who have not logged in for a long period can be auto-purged.
  14. The users who are purged can be notified that their account
  15. has been purged. Optionally you can limit the purge to specific
  16. roles like anonymous, etc.. UsersYou can go to
  17. “Administer -> People -> Auto Purge Users” to configure the duration
  18. of account inactivity, status of account and filter the users by roles.
  19. Users can be deleted automatically on cron by enabling
  20. the auto purge option in configuration page or can be
  21. deleted manually by pressing the delete users button.
  22. Users deleted during cron are logged via the watchdog.
  23. Installation
  24. ------------
  25. 1. Extract the tar ball that you downloaded from Drupal.org.
  26. 2. Upload the entire directory and all its contents to your
  27. modules directory.
  28. 3. Go to Admin -> Modules, and enable Purge Users.
  29. Configuration
  30. -------------
  31. * "PURGE USERS WHO HAVE NOT LOGGED IN FOR" will purge users
  32. who created a account but never logged in.
  33. * "PURGE USERS WHOSE ACCOUNT HAS NOT BEEN ACTIVATED FOR"
  34. will purge the users who didn't activated their account.
  35. * "PURGE USERS WHO HAVE BEEN BLOCKED FOR" will purge
  36. the users who were using the site but were blocked due to any reason.
  37. * Select a user role to limit the users to be purge to a specific role.
  38. * User notification email can be enable by checking the "Enable" checkbox.