CONTENTS OF THIS FILE
---------------------

* Introduction
* Requirements
* Recommended Modules
* Installation
* Configuration
* Maintainers


INTRODUCTION
------------

The Login Switch is a module that modifies Drupal's core user.login route by
changing the path to '/XXXX/login'.


REQUIREMENTS
------------

This module requires no modules outside of Drupal core.


RECOMMENDED MODULES
-------------------

N/A

INSTALLATION
------------

Recommended installation:  composer require drupal/login_switch.

Install the user login_switch module as you would normally install a contributed Drupal
module. Visit https://www.drupal.org/node/1897420 for further information.


CONFIGURATION
--------------

There is a configuration page located at /admin/config/login_switch.

You can turn on and off the module using the Disable Default User Login Route checkbox.  Checked will override the
default route with either /drupal/login or one custom set by you.  Please remember to clear all caches for this
to take effect.


MAINTAINERS
-----------

Currently maintained by:
* Matthew Sherman
