You are here

function password_policy_update_7100 in Password Policy 7

Notify of change to username constraint behavior.

File

./password_policy.install, line 300
Password Policy module installation and upgrade code.

Code

function password_policy_update_7100() {
  return t('The username constraint has changed to disallow passwords containing the username in addition to passwords matching the username.');
}