function profile_user_insert

profile_user_insert(&$edit, $account, $category)

Implements hook_user_insert().

File

modules/profile/profile.module, line 225
Support for configurable user profiles.

Code

function profile_user_insert(&$edit, $account, $category) {
  profile_save_profile($edit, $account, $category, TRUE);
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!profile!profile.module/function/profile_user_insert/7.x