password.css |
css/password.css |
|
/* Widen the core password field so the strength message fits underneath. */
input.password-confirm, input.password-field {
width: 20em;
}
.password-strength-check { position:… |
password_strength.admin.inc |
password_strength.admin.inc |
|
Admin page callbacks for the password strength module. |
password_strength.info |
password_strength.info |
|
name = Password Strength
description = "Password strength checker and enforcement"
version = VERSION
core = 6.x
dependencies[] = jqmulti
php = 5.3 |
password_strength.install |
password_strength.install |
|
Installation and requirements for Password Strength module. |
password_strength.module |
password_strength.module |
|
Provides password controls, validation, and strength checker. |
password_strength.test |
tests/password_strength.test |
|
Tests for password strength module. |