Download the PHP package brainsum/inactive_user without Composer
On this page you can find all versions of the php package brainsum/inactive_user. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download brainsum/inactive_user
More information about brainsum/inactive_user
Files in brainsum/inactive_user
Package inactive_user
Short Description Fork of the Inactive user module
License GPL-2.0-or-later
Homepage https://www.drupal.org/project/inactive_user
Informations about the package inactive_user
Overview:
The inactive_user module provides Drupal administrators with an automatic way to manage inactive user accounts. This module has two goals: to help keep users coming back to your site by reminding them when they've been away for a configurable period of time, and to cleanup unused accounts.
One or more of the following actions can be automatically taken for users that have exceeded configurable periods of inactivity:
- send an email to the user
- send an email to the site administrator
- block the account (a warning can first be issued, and notification can be sent to the user and/or site administrator when the action occurs)
- delete the account (a warning can first be issued, and notification can be sent to the user and/or site administrator when the action occurs)
- optionally prevent deletion of user that have created site content
All events triggered by this module are logged via the watchdog.
Installation and configuration:
Enable the module at Administer->Site Building->Modules. Database tables will be automatically created. Grant the 'change inactive user settings' permission to the appropriate roles. Configure as desired at Administer->User configuration->Inactive users.
Requires:
- Drupal 8.x
- Working crontab
Credits:
- Written by Jeremy Andrews [email protected]
- Converted to 4.7 by Dries Knapen [email protected]
- Converted to 5.0 by Adam Cowell [email protected]
- Converted to 6.x by Tim Lievens and David Norman http://deekayen.net
- Converted to 7.x by Larry Garfield http://deekayen.net
- Converted to 8.x by Jozsef Dudas http://brainsum.com