mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-17 19:23:27 +02:00
New hooks in account manage + create
This commit is contained in:
@@ -167,6 +167,8 @@ if($save)
|
||||
$new_account->setEMail($email);
|
||||
$new_account->save();
|
||||
|
||||
$hooks->trigger(HOOK_ACCOUNT_CREATE_AFTER_SAVED, ['account' => $new_account]);
|
||||
|
||||
if($config_salt_enabled)
|
||||
$new_account->setCustomField('salt', $salt);
|
||||
|
||||
|
Reference in New Issue
Block a user