You are here

function aes_user_insert in AES encryption 7

Implements hook_user_insert().

File

./aes.module, line 192
Main file of the AES encryption module.

Code

function aes_user_insert(&$edit, $account, $category) {
  aes_user_alter($edit, $account);
}