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

* Introduction
* Installation
* Usage
* Maintainers

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

Password Core Validator is used to provide the validation for the core validation steps for the password field, as it satisfies the form
will not process to the next necessary steps.

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

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

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

* Install as you would normally install a contributed Drupal module.
See https://www.drupal.org/node/895232 for further information.

* By Using composer, composer require "drupal/pcv"

USAGE
-----------
Add the form type as password_confirm
$form['password'] = [
'#type' => 'password_confirm',
];

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

Current maintainers:
* Praveen Achanta (praveen3555) - https://www.drupal.org/u/praveen3555

Supporting organizations: 

Project information

Releases