The Registration Process is set up in such a way that the user can receive 2 different emails:
The user may receive either of these emails, both of the emails, or none at all, depending on the configuration of register and activateaccount in the Application Settings.
Name | Description |
---|---|
app_maindomain | The domain of the project. |
app_name | The name of the project. |
firstname | The first name of the recipient of the email (the new user who is supposed to have his/her account activated). |
lastname | The last name of the recipient of the email (the new user who is supposed to have his/her account activated). |
s | A required encrypted value used to activate the recipient's account. |
u | A required encrypted value used to activate the recipient's account. |
username | The username of the of the recipient of the email. |
user_id | The id of the of the recipient of the email. |
vhostname | The domain of the vhost of the project. |
Name | Description |
---|---|
secret | An encrypted value used to activate the recipient's account. |
Hello {$$firstname} {$$lastname},
Thanks for registering with {$$app_name}.
Please follow the link below to activate your account.
{$$vhostname}/action/v2/activateaccount?s={$$s}&u={$$u}
Regards,
The {$$app_name} Team