MS Active Directory integration with the help of Likewise

Component type

module

Maintenance status

Development status

Component created

Component changed

Binding the Drupal (7) with the MS Active Directory while Likewise and Apache doing all the hard-n-dirty work. Drupal user accounts are stored in the local database and are automatically created if necessary when user authenticates session with web-server. Inspired by the "IP Login" module.

Mixed session

Component type

module

Maintenance status

Development status

Downloads

496

Component created

Component changed

The Mixed Session module enables mixed HTTP(S) sessions for a site, securely and without loss of session data. The phrase "mixed sessions" refers to providing, with respect to a user visiting a site, some content over an insecure (HTTP) connection and other content over a secure (HTTPS) connection. For example, a shopping site may prefer to display product content in insecure mode (HTTP) while being able to protect sensitive content (e.g credit card details and authenticated user account information) using secure mode (HTTPS).

Registration Toboggan

Component type

module

Maintenance status

Development status

Downloads

2250

Component created

Component changed

Remove the password in registration forms.

Engagement and participation are vital to most online properties. Lowering the barrier to entry breeds early loyalty and allows user continuity. Using Email Registration, Logintoboggan and this module you can reduce the registration form to ONLY email address (and whatever profile fields you create). A random password will be set when registering. You'll need to alter welcome emails and craft messaging for this process. Hide that piece of complexity from first time users.

User role history

Component type

module

Maintenance status

Development status

Downloads

443

Component created

Component changed

This module tracks when users have roles assigned or removed and which user did the change.

This provides data that can be used to form a timeline for a user to see what roles they have been granted, or revoked, this ability is at present not included in the module, but using the custom_reports module the implementation can easily get reports on the data they require.

This module has been sponsored by The Economist

Similar module:

REST Auth

Component type

module

Maintenance status

Development status

Downloads

1812

Component created

Component changed

Overview

This module allows users to login to the site using a RESTful web service. If the user is associated with a Drupal user, that user is logged in. If not, a new user is created.

This module assumes that the web service returns a JSON payload and that both a username (or email) and a password are required for third-party authentication.

Configuration

Settings can be found on Administration » Configuration » People » REST Auth

Access Rules

Component type

module

Maintenance status

Development status

Component created

Component changed

This module seeks to replicate the Drupal 6 Access Rules functionality in Drupal 7 simply. It will not go too far into creating APIs and serves as a minimalistic module to control user access to the site and enables blocking specific usernames, emails and hosts from registering.