function realname_registration_perm in Realname registration 6.2
Implementation of hook_perm().
File
- ./
realname_registration.module, line 766 - For using real names during registration.
Code
function realname_registration_perm() {
return array(
'administer realname registration',
'override realname registration',
);
}