activateAccount
The activateAccount hook is triggered when a new front end account is activated.
It passes the MemberModel of the activated account and the Module object of
the calling front end module as arguments and does not expect a return value.
Parameters
\Contao\MemberModel
$memberA model of the activated user account.
\Contao\Module
$moduleThe registration module that was used to activate the account.