You are here

README.txt in Password Field 8

Same filename and directory in other branches
  1. 7 README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Installation
 * Configuration
 * Maintainers


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

 * This module allows you to create fields that store passwords. It will store
   the passwords in encrypted format and (by default) will not display them on
   the website. So this module is really only useful in conjunction with other
   modules that can access the data through the API it provides.

 * For a full description of the module, visit the project page:
   https://www.drupal.org/project/password_field

 * To submit bug reports and feature suggestions, or to track changes:
   https://www.drupal.org/project/issues/password_field


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

 * Install the Password Field module as you would normally install a
   contributed Drupal module.

 * We prefer that you install this module using COMPOSER like run this
   command (composer require 'drupal/password_field:1.x-dev') in the
   Drupal site root folder.


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

 * The module has no menu or modifiable settings. There is no configuration.
   When enabled, the Password field will appear while selecting field type.

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

 * Gaurav Kapoor (gaurav.kapoor) - https://www.drupal.org/u/gauravkapoor

Supporting organizations:

 * OpenSense Labs - https://www.drupal.org/opensense-labs
 * Axelerant - https://www.drupal.org/axelerant

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Installation
  5. * Configuration
  6. * Maintainers
  7. INTRODUCTION
  8. ------------
  9. * This module allows you to create fields that store passwords. It will store
  10. the passwords in encrypted format and (by default) will not display them on
  11. the website. So this module is really only useful in conjunction with other
  12. modules that can access the data through the API it provides.
  13. * For a full description of the module, visit the project page:
  14. https://www.drupal.org/project/password_field
  15. * To submit bug reports and feature suggestions, or to track changes:
  16. https://www.drupal.org/project/issues/password_field
  17. INSTALLATION
  18. ------------
  19. * Install the Password Field module as you would normally install a
  20. contributed Drupal module.
  21. * We prefer that you install this module using COMPOSER like run this
  22. command (composer require 'drupal/password_field:1.x-dev') in the
  23. Drupal site root folder.
  24. CONFIGURATION
  25. -------------
  26. * The module has no menu or modifiable settings. There is no configuration.
  27. When enabled, the Password field will appear while selecting field type.
  28. MAINTAINERS
  29. -----------
  30. * Gaurav Kapoor (gaurav.kapoor) - https://www.drupal.org/u/gauravkapoor
  31. Supporting organizations:
  32. * OpenSense Labs - https://www.drupal.org/opensense-labs
  33. * Axelerant - https://www.drupal.org/axelerant