function user_perm

Implementation of hook_perm().

Archivo

drupal-6.x/modules/user/user.module, line 579
Enables the user registration and login system.

Código

function user_perm() {
  return array('administer permissions', 'administer users', 'access user profiles', 'change own username');
}