You are here

function pathauto_user_insert in Pathauto 7

Implements hook_user_insert().

File

./pathauto.module, line 1025
Main file for the Pathauto module, which automatically generates aliases for content.

Code

function pathauto_user_insert(&$edit, $account, $category) {
  pathauto_user_update_alias($account, 'insert');
}