You are here

function auto_username_perm in Automatic User Names 6

Same name and namespace in other branches
  1. 5 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',
  );
}