| 5 user.module | user_perm() |
| 6 user.module | user_perm() |
Implementation of hook_perm().
File
- modules/
user/ user.module, line 424 - Enables the user registration and login system.
Code
<?php
function user_perm() {
return array('administer access control', 'administer users', 'access user profiles', 'change own username');
}
?>Login or register to post comments