You are here

README.txt in Password Policy 7.2

Same filename and directory in other branches
  1. 5 README.txt
  2. 6 README.txt
  3. 7 README.txt
INTRODUCTION
------------

The Password Policy module allows administrators to define and enforce password
policies for user passwords. A password policy comprises (1) constraints on
password composition, (2) conditions that determine to which users it should
apply, and (3) items that provide other settings (e.g., expiration).

The Password Policy module includes an example policy that is enabled by
default and applies to all users. The module also includes constraints,
conditions, and items that an administrator can use to define their own
policies.


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

This module requires the following modules:

 * Chaos tool suite (https://drupal.org/project/ctools)


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

Install as you would normally install a contributed Drupal module. For further
information, visit:
  https://drupal.org/documentation/install/modules-themes/modules-7


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

Configure policies at Administration » Configuration » People » Password
policies.

An example policy is provided and enabled by default. To customize the default
policy there are two options:

    1. Edit the example policy using the "Edit" link in the "Operations"
       column menu.

    2. Disable the example policy using the "Disable" link in the "Operations"
       column menu. Then, add a new policy.

You can add a policy using the "Add" link at the top of the page.

You can duplicate a policy using the "Clone" link in the "Operations" column
menu. This can be useful if you would like to have similar, but not identical,
policies that apply to different roles.

You can export/import policies using the "Import" link at the top of
configuration page and the "Export" link in the "Operations" column menu.


LIMITATIONS
-----------

Password policies only apply to passwords set via user forms in the web
interface. Passwords changed by other means (Drush, web services, etc.) will
not be subject to password policy constraints. Please see the following issue
if you would like to contribute to removing this limitation:
  https://www.drupal.org/node/2451159

File

README.txt
View source
  1. INTRODUCTION
  2. ------------
  3. The Password Policy module allows administrators to define and enforce password
  4. policies for user passwords. A password policy comprises (1) constraints on
  5. password composition, (2) conditions that determine to which users it should
  6. apply, and (3) items that provide other settings (e.g., expiration).
  7. The Password Policy module includes an example policy that is enabled by
  8. default and applies to all users. The module also includes constraints,
  9. conditions, and items that an administrator can use to define their own
  10. policies.
  11. REQUIREMENTS
  12. ------------
  13. This module requires the following modules:
  14. * Chaos tool suite (https://drupal.org/project/ctools)
  15. INSTALLATION
  16. ------------
  17. Install as you would normally install a contributed Drupal module. For further
  18. information, visit:
  19. https://drupal.org/documentation/install/modules-themes/modules-7
  20. CONFIGURATION
  21. -------------
  22. Configure policies at Administration » Configuration » People » Password
  23. policies.
  24. An example policy is provided and enabled by default. To customize the default
  25. policy there are two options:
  26. 1. Edit the example policy using the "Edit" link in the "Operations"
  27. column menu.
  28. 2. Disable the example policy using the "Disable" link in the "Operations"
  29. column menu. Then, add a new policy.
  30. You can add a policy using the "Add" link at the top of the page.
  31. You can duplicate a policy using the "Clone" link in the "Operations" column
  32. menu. This can be useful if you would like to have similar, but not identical,
  33. policies that apply to different roles.
  34. You can export/import policies using the "Import" link at the top of
  35. configuration page and the "Export" link in the "Operations" column menu.
  36. LIMITATIONS
  37. -----------
  38. Password policies only apply to passwords set via user forms in the web
  39. interface. Passwords changed by other means (Drush, web services, etc.) will
  40. not be subject to password policy constraints. Please see the following issue
  41. if you would like to contribute to removing this limitation:
  42. https://www.drupal.org/node/2451159