ePages 6.10 - DE_EPAGES/Presentation/Hooks/Site.pm

Package DE_EPAGES::Presentation::Hooks::Site

Functions

OnUserRegistration

OnUserRegistration

This should be the last called trigger function for the UI_UserRegistration trigger and simply calls the function to which the function pointer in the trigger parameter "MailFunction" points, which is usually a send mail function for registration activation.

Syntax
OnUserRegistration( $hArgs );
Input
$hArgs (ref.hash)
hook parameters, should contain:
  • 'Servlet' => ref.Object[Servlet] (optional)
  • 'MailFunction' => ref.sub
  • 'User' => ref.Object[User]
  • 'Site' => ref.Object[Site]
  • 'Form' => ref.hash, contains the original/uncrypted form values