HTTP authentication

Component type

module

Maintenance status

Development status

Downloads

8087

Component created

Component changed

Notice

The 6.x branch of this module is deprecated in favour of the Secure Site module version 6.x-2.1 and up. Please read #354219: Add 'Only force authentication on the following restricted pages' setting before migrating.

Description

This module allows users to authenticate using HTTP authentication.

Token authentication

Component type

module

Maintenance status

Development status

Downloads

17059

Component created

Component changed

Token Authentication provides a token for use in the URL to authenticate users to your site. It only works on paths configured in the settings page.

Originally this module was intended to offer simple authentication for RSS feeds to allow feed readers to pull customized content listings. You can now use it to provide a simple browsing experience of any Drupal content.

Be careful with what paths you expose to Token Authentication, as it is effectively a very simple, very low security password mechanism. You can expose Administration pages through bad configuration.

Alternative login ID & display names

Component type

module

Maintenance status

Development status

Downloads

26213

Component created

Component changed

Drupal 7

This module provides a simple interface that allows registered users to use a login name which is different than their username.

Users can add, edit, or delete an alternate login name. Administrators can also assign an alternate login name when creating user accounts, and there is an option to allow users to select an alternate login name upon registration.

To use, simply enable the module, then visit the user edit page. Enter the alternate login name in the 'Alternate Login' textfield, and save.

MicroID

Component type

module

Downloads

4448

Component created

Component changed

The MicroID Module - Dynamicly generates a MicroID hash from a node authors email and the URL of the node. This module currently uses version 0.3 of the MicroID Spec. The module generates some JavaScript that attaches a class to each node with the unique MicroID for that node. It also add's a metatag to the header of each node view.

OpenID URL

Component type

module

Maintenance status

Development status

Downloads

23233

Component created

Component changed

Allows you to delegate your URL as an OpenID. This prevents your from having to run your own OpenID server while allowing you to harness your site as an OpenID. If you switch OpenID Providers, just switch your settings in the module. This means you can log into sites using your site's address as the OpenID login.

Site Pass

Component type

module

Downloads

609

Component created

Component changed

Site Pass is a module that enables user authentication without passwords.

Override Node Options

Component type

module

Maintenance status

Development status

Downloads

203383

Component created

Component changed

The Override Node Options module allows permissions to be set to each field within the Authoring information and Publishing options field sets on the node form. It also allows selected field sets to be set as collapsed and / or collapsible.

To install:

  1. Download, unpack and place in sites/all/modules/
  2. Adjust access control in admin/user/permissions
  3. Adjust Fieldset options in admin/settings/override_node_options

Note: Autocomplete "Authored by" field only works if user has "Access user profiles" permission.

Private

Component type

module

Maintenance status

Development status

Downloads

19971

Component created

Component changed

Private is a very simple node access module that gives each node a 'private' checkbox. If it's set, the node can only be seen by the node author, or users with the 'access private content' permission. The module is particularly recommended for simpler sites, for example to create a members-only area.

The module includes per-content type defaults, actions integration and views integration.

The maintainer is out of contact for much of Dec 2017/Jan 2018 but this project is not abandoned!

privatespace

Component type

module

Downloads

539

Component created

Component changed

The private space module allows to create a "private space" for each
user in the form of a node that only they have access to. Administrators
provide a template node, and private nodes are created on the fly when
first accessed. Features include :

* Any node can be used as template for private spaces

* Unique, configurable access point. When going to (eg.) /privatespace
each user is redirected to his or her own private space

* Attempt to access private space when not logged in can redirect to a
specified node (eg. login page)