Mail Login

Module Drupal Illustration Voir sur Drupal.org
Nb téléchargements : 11364

Components

  • Code
  • Documentation
  • Miscellaneous
  • User interface

Images




Demo

Licence

http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

permet de se connecter avec son email

Release

Status : Published
Projects : Modules
Maintenance status : Actively maintained
Development status : Under active development
Supported Branches : 8.x-2.
shield Stable releases for this project are covered by the security advisory policy.


Description

This module enables users to login by email address with the minimal configurations.
For configuring mail login go to "/admin/config/people/mail-login".
Available configurations:

  • Enable login by email address: This option enables login by email address.
  • Override login form: This option allows you to override the login form username title/description.
  • Login by email address only: This option disables login by username and forces login by email address only.
  • Override login form: This option allows you to override the login form username title/description.
  • Login form username/email address label: Override the username field title.
  • Login form username/email address description: Override the username field description.
  • Login form email address only label: Override the username field title.
  • Login form email address only description: Override the username field description.

 

 

 

8.x - Install with Composer

We recommend using Composer to download Mail Login module.

composer require 'drupal/mail_login:^2.0';

Installation

Install as usual, see Installing Drupal 8 Modules for further information.

8.x-2.x

Support all authentication calls via "user.auth" service

8.x-2.x now uses "user.auth" service level instead of the form level, this will ensure that anything authenticates with the "user.auth" service is allowed to use email as well.

8.x-1.x
UNSUPPORTED

Uses only the login form

8.x-1.x This release only works for the form level, upgrade to 8.x-2.x to use "user.auth" service which works with everything that uses the authentication service.

Support

Please post bug reports, feature requests and support requests to the Mail Login module issue queue. In doing so, complying with the Issue creation guidelines will speed up things for all parties involved.

Credits

Credit goes to all the maintainers for building, maintaining and supporting the module.



Toutes les informations proviennent du site drupal.org