function password_policy_update_6100 in Password Policy 6
Notify of change to username constraint behavior.
File
- ./
password_policy.install, line 321 - File module installation and upgrade code.
Code
function password_policy_update_6100() {
return array(
array(
'success' => TRUE,
'query' => t('The username constraint has changed to disallow passwords containing the username in addition to passwords matching the username.'),
),
);
}