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"
core = 7.x
configure = admin/config/system/password-strength
files[] = tests/password_strength.test |
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. |