Skip to content
Snippets Groups Projects
Select Git revision
  • 5.x-1.5
  • master default
  • 5.x-1.x
  • 5.x-2.3
  • 5.x-2.4
  • 5.x-1.11
  • 5.x-2.2
  • 5.x-2.1
  • 5.x-2.0
  • 5.x-2.0-rc7
  • 5.x-2.0-rc6
  • 5.x-2.0-rc5
  • 5.x-2.0-rc4
  • 5.x-2.0-rc3
  • 5.x-2.0-rc2
  • 5.x-2.0-rc1
  • 5.x-1.10
  • 5.x-1.9
  • 5.x-1.8
  • 5.x-1.7
  • 5.x-1.6
  • 5.x-1.4
22 results

temporary_invitation

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Jakob Petsovits authored
    README file.
    def72c1e
    History
    $Id$
    
    Temporary Invitation -
    Invite guests for a limited timespan.
    
    
    SHORT DESCRIPTION
    -----------------
    This module enables site users to invite guests for a limited timespan.
    For each invitation, a new user is created, together with login code
    (e.g. "EbN9F6") that the user can use to log in. When the invitation expires,
    the associated user is either blocked or deleted, so the invited user can't
    log in anymore.
    
    As opposed to the Invite module, Temporary Invitation focuses on restricted
    invitations, like guest accounts with extra limitations. Use the Invite module
    if you want to invite friends that are supposed to stay on the site for a long
    time and gain permissions similar to the ones of the inviting user.
    
    Features:
    * Admin-defined set of user roles that is assigned to invited users
    * Notification by e-mail and/or instant on-page messages
    * Customizable default time until expiration
    * Customizable path where an invited user is redirected to after logging in
    
    Temporary Invitation depends on the Login Ticket API module.
    
    
    AUTHOR/MAINTAINER
    -----------------
    Jakob Petsovits <jpetso at gmx DOT at>
    
    
    CREDITS
    -------
    Some code in Login Ticket was taken from the Site Pass module for Drupal 5.x
    which was written by D R Pratten <http://www.davidpratten.com>.