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