user_registrationpassword.api.php in User registration password 7
Hooks for the user_registrationpassword module.
File
user_registrationpassword.api.phpView source
<?php
/**
* @file
* Hooks for the user_registrationpassword module.
*/
/**
* This hook is called after a user activates their account.
*/
function hook_user_registrationpassword_activated_user($account) {
}
Functions
Name | Description |
---|---|
hook_user_registrationpassword_activated_user | This hook is called after a user activates their account. |