| 1 |
Overview:
|
| 2 |
--------
|
| 3 |
The inactive_user module provides Drupal administrators with an automatic
|
| 4 |
way to manage inactive user accounts. This module has two goals: to help
|
| 5 |
keep users coming back to your site by reminding them when they've been away
|
| 6 |
for a configurable period of time, and to cleanup unused accounts.
|
| 7 |
|
| 8 |
One or more of the following actions can be automatically taken for users that
|
| 9 |
have exceeded configurable periods of inactivity:
|
| 10 |
- send an email to the user
|
| 11 |
- send an email to the site administrator
|
| 12 |
- block the account (a warning can first be issued, and notification can
|
| 13 |
be sent to the user and/or site administrator when the action occurs)
|
| 14 |
- delete the account (a warning can first be issued, and notification can
|
| 15 |
be sent to the user and/or site administrator when the action occurs)
|
| 16 |
- optionally prevent deletion of user that have created site content
|
| 17 |
|
| 18 |
All events triggered by this module are logged via the watchdog.
|
| 19 |
|
| 20 |
|
| 21 |
Installation and configuration:
|
| 22 |
------------------------------
|
| 23 |
Enable the module at Administer->Site Building->Modules.
|
| 24 |
Database tables will be automatically created.
|
| 25 |
Grant the 'change inactive user settings' permission to the appropriate roles.
|
| 26 |
Configure as desired at Administer->User configuration->Inactive users.
|
| 27 |
|
| 28 |
|
| 29 |
Requires:
|
| 30 |
--------
|
| 31 |
- Drupal 6.x
|
| 32 |
- Working crontab
|
| 33 |
|
| 34 |
|
| 35 |
Credits:
|
| 36 |
-------
|
| 37 |
- Written by Jeremy Andrews <jeremy@kerneltrap.org>
|
| 38 |
- Converted to 4.7 by Dries Knapen <drieske@hotmail.com>
|
| 39 |
- Converted to 5.0 by Adam Cowell <adam.cowell@gmail.com> and Larry Garfield <larry@garfieldtech.com>
|
| 40 |
- Converted to 6.x by Tim Lievens and David Norman <http://deekayen.net>
|
| 41 |
- Currently maintained by Larry Garfield <larry@garfieldtech.com> and David Norman <http://deekayen.net>
|