You are here

README.txt in Login Disable 8

Same filename and directory in other branches
  1. 7 README.txt
  2. 2.0.x README.txt
Login Disable
=============

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

 * Introduction
 * Requirements
 * Installation
 * Configuration
 * Maintainers

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

Prevent users from logging in to your Drupal site unless they know the secret
key to add to the end of the login form page.
( default: http://example.com/?q=user/login&admin )

If your site has clean urls enabled you may use
http://example.com/user/login?admin instead.

If a user does find out about the secret key they will still have their user
account role checked during authentication. If they do not have the 'bypass
disabled login' granted they will be refused access and displayed a
customisable "denied" message.

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

This module requires the following modules:

 * User

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

 * Install as you would normally install a contributed Drupal module. See:
   https://drupal.org/documentation/install/modules-themes/modules-8
   for further information.

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

 * Configure user permissions in Configuration » People » Login Disable:

   - Check Prevent user login checkbox to prevent user login for all the roles
   except those having login disable permission.

   - Add the access key. This key is used to by pass the user login.

   - End User Message: Modify the default UI message as required.

 * Try logging in as anonymous user, unless access key is added, login form is
 disabled unless url is baseurl/user/login?{access_key}.

MAINTAINERS
-----------
 * Developed by Budda / Mike Carter @ Ixis
 * Neha(nehajyoti)

File

README.txt
View source
  1. Login Disable
  2. =============
  3. CONTENTS OF THIS FILE
  4. ---------------------
  5. * Introduction
  6. * Requirements
  7. * Installation
  8. * Configuration
  9. * Maintainers
  10. INTRODUCTION
  11. ------------
  12. Prevent users from logging in to your Drupal site unless they know the secret
  13. key to add to the end of the login form page.
  14. ( default: http://example.com/?q=user/login&admin )
  15. If your site has clean urls enabled you may use
  16. http://example.com/user/login?admin instead.
  17. If a user does find out about the secret key they will still have their user
  18. account role checked during authentication. If they do not have the 'bypass
  19. disabled login' granted they will be refused access and displayed a
  20. customisable "denied" message.
  21. REQUIREMENTS
  22. ------------
  23. This module requires the following modules:
  24. * User
  25. INSTALLATION
  26. ------------
  27. * Install as you would normally install a contributed Drupal module. See:
  28. https://drupal.org/documentation/install/modules-themes/modules-8
  29. for further information.
  30. CONFIGURATION
  31. -------------
  32. * Configure user permissions in Configuration » People » Login Disable:
  33. - Check Prevent user login checkbox to prevent user login for all the roles
  34. except those having login disable permission.
  35. - Add the access key. This key is used to by pass the user login.
  36. - End User Message: Modify the default UI message as required.
  37. * Try logging in as anonymous user, unless access key is added, login form is
  38. disabled unless url is baseurl/user/login?{access_key}.
  39. MAINTAINERS
  40. -----------
  41. * Developed by Budda / Mike Carter @ Ixis
  42. * Neha(nehajyoti)