Not supported (i.e. abandoned), and no longer being developed. Learn more about dealing with unsupported (abandoned) projects

CiviCRM Event Autogroup

This module now handles automatically adding all contacts related to a contact that is registered for an event to a group. This can be useful to send emails to groups of students and parents.

Quick SimpleTest

This module extends the SimpleTest module to allow module developers to run a faster and fully compatible version of it's DrupalWebTestCase test, with a information loss kept near the minimum. It has been created to make test driven development less painful, without having to switch to a different testing framework than the standard one.

KC Tools

This is a set of custom development tools for extending Drupal's functionality and promoting code reuse.

PKI Authentication

This module allows a user to register and then login to a Drupal 7 site using a smart card. There is out-of-the-box support for DOD Common Access Card (CAC) as well as a hook to allow for validation of other types of smart card such as Soft Certs, PIV or any other PKI certificate.

Overview

Rather than PKI protecting the entire site, there is a protected directory in the misc area of your site. Links to login and register direct the user to this protected directory where the PKI data is extracted from the client, added to a temporary table that is indexed by a nonce which is passed back into the module. If the nonce is passed back into the module before it has expired, a validation hook is fired. If the PKI data is valid the user is either logged in or an account is created, as specified in the user configuration settings.

Note: This module currently overrides the edit user page and user login pages, dis-allowing regular logins.

See README.txt for additional information.

Quick Start

Mollie SMS

This module provides integration between the Mollie SMS service (a Dutch SMS gateway provider mollie.nl) and the SMS frameworkproject.

Pages

Subscribe with RSS Subscribe to RSS - Unsupported