Maintainers strive to actively monitor issues and respond in a timely manner.

Feedback Or Survey

This module is useful for create the feedback or survey forms.
we can create 3 types of questions for feedback or survey (single, multiple and text based).

Twitter Hashtag

Twitter Hashtag Settings Page (I)

Twitter Hashtag Module uses Twitter Search API to search Tweets with a Hashtag, and create a Block Element with all of this Tweets.

Views Own Tab

This is a views plugin used on node views to display a views page with a tab meant only for the currently signed in user to see, while viewing their own user profile page.

For example:

Elasticsearch Clients

This modules provides various php elasticsearch client libraries listed in http://

IEF Combined Widget

Provides a widget that combines the functionality of the 'Add New' and 'Add Existing' workflows of the existing IEF Multiple widget.

Shibboleth Drupal Login Handler

This module allows you to use Drupal as an Authentication providor for Shibboleth.

This module includes a new Shibboleth login handler that must be configured in your Shibboleth instance to work.

This module also contains a sub-module named "shibboleth_drupalauth_rest_service" which stores a features with a pre-configured service to help with the initial setup.

These instructions require that you have at least a basic understanding of the Shibboleth IdP and have some experience deploying/configuring it.

Caveat

The Drupal site providing authentication must have the same root domain as the Shibboleth Identity Providers.

Example:
Drupal: auth.example.com
IdP: idp.example.com

How this module works

When enabled, this module sets a cookie for any logged in users.
This cookie:

  • Is set on a domain and path accessable to both Drupal and the Shibboleth IdP
  • Contains the uid of the user and a security token based on that users current session

The DrupalAuth Shibboleth Login Handler, once installed and configured, looks for this cookie.
If the cookie is found, the token is validated using a service hosted by the shibboleth instance.
This validation returns whether or not the session is valid, and if it is, the username and IP address associated to that session.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained