Commit 35bc3b7c authored by Raghavendra A M's avatar Raghavendra A M Committed by Mohammad AlQanneh
Browse files

Issue #3322204 by Raghavendra A M, sahal_va: Replace README.txt with README.md

parent 8d9af453
Loading
Loading
Loading
Loading
+12 −21
Original line number Diff line number Diff line
CONTENTS OF THIS FILE
---------------------
## Contents of this file

* Introduction
* Requirements
@@ -9,41 +8,34 @@ CONTENTS OF THIS FILE
* Maintainers


INTRODUCTION
------------
## Introduction

This module enables users to login by email address with the
minimal configurations.

 * For a full description of the module visit:
  https://www.drupal.org/project/mail_login
 * For a full description of the module visit: [https://www.drupal.org/project/mail_login](https://www.drupal.org/project/mail_login)

 * To submit bug reports and feature suggestions, or to track changes visit:
  https://www.drupal.org/project/issues/mail_login
 * To submit bug reports and feature suggestions, or to track changes visit: [https://www.drupal.org/project/issues/mail_login](https://www.drupal.org/project/issues/mail_login)


REQUIREMENTS
------------
## Requirements

This module requires no modules outside of Drupal core.


INSTALLATION
------------
## Installation

Install the optimizely module as you would normally install a contributed Drupal
module. Visit https://www.drupal.org/node/1897420 for further information.
module. Visit [https://www.drupal.org/node/1897420](https://www.drupal.org/node/1897420) for further information.


INSTALLATION WITH COMPOSER
--------------------------
## Installation with composer

We recommend using Composer to download Mail Login module.
composer require 'drupal/mail_login:^2.0';
```composer require 'drupal/mail_login:^2.0';```


CONFIGURATION
--------------
## Configuration

Go to "/admin/config/people/accounts/mail-login" for the configuration screen,
   available configuraitons:
@@ -55,9 +47,8 @@ Go to "/admin/config/people/accounts/mail-login" for the configuration screen,
 * Password reset form username title: Override the username field title.
 * Password reset form username description: Override the username field description.

MAINTAINERS
-----------
## Maintainers

This module was created by mqanneh, a drupal developer.

 * Mohammad AlQanneh - https://www.drupal.org/u/mqanneh
 * Mohammad AlQanneh - [https://www.drupal.org/u/mqanneh](https://www.drupal.org/u/mqanneh)