Can I change the Drupal password policy without using an external module?

1.7k Views Asked by At

I would like to change the password policy for a Drupal v6.x site. Specifically, I'd like to remove the 1 number + 1 capital + 1 character constraint. Is there any way to do this, without installing an new module?

1

There are 1 best solutions below

0
On BEST ANSWER

The only requirement is that the passwords match. You can remove the password warnings by adding

.password-description{display:none !important;}

to your css.