This feature is a page that allows a user to create an account. Following steps are performed:
The “Create your account” button can be enabled in Portal customization parameters.
Then, go in General Parameters
> Plugins
> Register new account
:
mail_register_confirm
HTML template will be used.
Confirmation link is stored in the $url
variablemail_register_done
HTML template will be used.
Login and generated password are stored in the corresponding $login
and $password
variablesNote
Following variables are available in:
* Register email body => $expMailDate
, $expMailTime
, $url
, $mail
, $firstname
, $lastname
and $ipAddr
* Done email body => $login
, $password
and $url