Important note on the Drupal 8+ versions

The Drupal 8+ versions have the same basic functionality as 7.x-1.x. A few things are still missing:

  • because Email Change Confirmation is not yet available for Drupal 8, login will be impossible if a user's email address is wrong
  • migration from 7.x–1.x is not yet available.

About Passwordless

This module replaces the regular Drupal login form with a modification of the password-
request form, to give the possibility to log in without using a password.

Every time a user needs to log in, only the email address is required. The login link will be sent to the user’s email address, and will expire in 24 hours if not used.

Passwordless disables the password-reset form, and changes the relevant settings at admin/config/people/accounts. Uninstalling the module will restore everything to the way it was before (including the settings). It’s also compatible with other login-enhancing modules, like LoginToboggan.

Note

Passwordless disables the password fields in user-registration and user-profile forms, which means that:

  1. the system takes care of creating a password for new users
  2. there’s no longer a requirement for users to reenter their current password when they enter a new email address in their profile.

Due to point number 2, Passwordless depends on Email Change Confirmation, at least until #85494: Use email verification when changing user email addresses is resolved. Make sure you save settings at admin/config/people/email_confirm, including the “From” address, for the module to work properly.

Settings

Passwordless settings can be found at admin/config/system/passwordless.

Suggested modules

Email Registration is recommended, to allow users to register just with their email address, without providing a user name.

On Drupal 7, enabling HTML5 Tools is encouraged for HTML5 sites, since it allows Passwordless to produce an HTML5-compliant type="email" field in login forms. Without HTML5 Tools, a regular text field will be produced.

Due credit

Passwordless follows the idea behind NoPassword (archived), but is all based on Drupal’s native functionality and code.

Project information

Releases