user_perm

Definition

user_perm()
modules/user.module, line 454

Description

Implementation of hook_perm().

Code

<?php
function user_perm() {
  return array('administer access control', 'administer users', 'access user profiles', 'change own username');
}
?>
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.