You are here

README.txt in Role Expire 6

Same filename and directory in other branches
  1. 8 README.txt
  2. 7 README.txt
  3. 2.x README.txt
$Id: README.txt,v 1.1 2009/02/13 19:24:06 bdziewierz Exp $ 

role_expire.module implements the following functionality:
- Selecting a role (or roles) on user_profile_form triggers a textfield (or textfields) where admins can enter expire date for selected role(s).
- Defined expiry dates are displayed on user's profile (visible only for owners of the profile or users with proper permissions). This can be altered using standard theme_ or hook_user() functions.
- Role expiry dates are controlled by Cron, so it automatically removes any expired roles from affected users.
- Simple API is provided to set, clear or retrieve expiry dates for given roles and users. 
- Views.module handlers are provided for displaying, sorting and filtering expiry dates inside views (per role).

File

README.txt
View source
  1. $Id: README.txt,v 1.1 2009/02/13 19:24:06 bdziewierz Exp $
  2. role_expire.module implements the following functionality:
  3. - Selecting a role (or roles) on user_profile_form triggers a textfield (or textfields) where admins can enter expire date for selected role(s).
  4. - Defined expiry dates are displayed on user's profile (visible only for owners of the profile or users with proper permissions). This can be altered using standard theme_ or hook_user() functions.
  5. - Role expiry dates are controlled by Cron, so it automatically removes any expired roles from affected users.
  6. - Simple API is provided to set, clear or retrieve expiry dates for given roles and users.
  7. - Views.module handlers are provided for displaying, sorting and filtering expiry dates inside views (per role).