You are here

function username_enumeration_prevention_menu_alter in Username Enumeration Prevention 7

Same name and namespace in other branches
  1. 6 username_enumeration_prevention.module \username_enumeration_prevention_menu_alter()

Implements hook_menu_alter().

File

./username_enumeration_prevention.module, line 15
Main file for the Username Enumeration Prevention.

Code

function username_enumeration_prevention_menu_alter(&$items) {
  $items['user/%user']['delivery callback'] = 'username_enumeration_prevention_delivery_wrapper';
}