You are here

function auto_username_perm in Automatic User Names 5

Same name and namespace in other branches
  1. 6 auto_username.module \auto_username_perm()

Implementation of hook_perm()

File

./auto_username.module, line 11

Code

function auto_username_perm() {
  return array(
    'configure username patterns',
  );
}