You are here

function password_policy_constraint_delay_js in Password Policy 6

File

constraints/constraint_delay.inc, line 49
Password policy constraint callback to set a minimum delay between password changes.

Code

function password_policy_constraint_delay_js() {
  return '';
}