You are here

function userprotect_perm in User protect 5

Same name and namespace in other branches
  1. 6 userprotect.module \userprotect_perm()

Implementation of hook_perm().

File

./userprotect.module, line 410

Code

function userprotect_perm() {
  return array(
    'change own e-mail',
    'change own password',
    'administer userprotect',
  );
}