user_perm

5 user.module user_perm()
6 user.module user_perm()

Implementation of hook_perm().

File

modules/user.module, line 454
Enables the user registration and login system.

Code

function user_perm() {
  return array('administer access control', 'administer users', 'access user profiles', 'change own username');
}
Login or register to post comments