Intershop Password

Component type

module

Maintenance status

Development status

Downloads

816

Component created

Component changed

Intershop and Drupal don't follow the same schema about password storage.
Drupal uses SHA512 algorithm, while Intershop uses MD5.

This module overrides checking methods on Drupal side to allow to copy/paste the Intershop password hash directly into Drupal, and automatically rewrite Intershop password into Drupal password to match stronger policy at the first user login.

Features

  • Support for Intershop's password during authentication process,
  • Rewrite password according to Drupal algorithm, at the first user login.

Waywire Field

Component type

module

Maintenance status

Development status

Downloads

549

Component created

Component changed

The Waywire field module provides a simple field that allows you to add a waywire videos to a content type, user, or any other Drupal entity by inputting the Waywire ID into the field (CID).

Display types include:

  • Waywire thumbnails displayed with image styles
  • Waywire videos of various sizes

GAuth Svc Acct

Component type

module

Maintenance status

Development status

Component created

Component changed

Google OAuth2 Service Account

This module allows you to authenticate with Google, using a service account and OAuth 2.0. After you create a service account using Google Developers Console or a similar tool, you may use this module to access Google service APIs using that account. Service accounts use hidden, prepared authentication files instead of passwords supplied at access time. This makes them suitable for cron tasks and other site-controlled access to Google services.