function password_strength_perm in Password Strength 6
Same name and namespace in other branches
- 5 password_strength.module \password_strength_perm()
Implementation of hook_perm().
File
- ./password_strength.module, line 11 
- Server side checks for newly submittted passwords
Code
function password_strength_perm() {
  return array(
    'configure password strength',
  );
}