You are here

function userprotect_perm in User protect 6

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

Implementation of hook_perm().

File

./userprotect.module, line 456

Code

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