diff --git a/conf/emails.conf b/conf/emails.conf index 55b2347..f5acab6 100644 --- a/conf/emails.conf +++ b/conf/emails.conf @@ -19,11 +19,11 @@ define("EMAIL_SITE", "https://linphone.org"); /* * The link to open when click on activation - * It can have a %link%, %username%, %domain%, and %algo% parameter + * It must have a %key% and %username% parameters and eventually a %domain% and/or %algo% * - * Default value: www.linphone.org + * Default value: www.linphone.org/flexisip-account-manager/activation.php?username=%username%&confirmation_key=%key%&domain=%domain%&algorithm=%algo% */ -define("EMAIL_ACTIVATION_LINK", "www.linphone.org"); +define("EMAIL_ACTIVATION_LINK", "www.linphone.org/flexisip-account-manager/activation.php?username=%username%&confirmation_key=%key%&domain=%domain%&algorithm=%algo%"); /* * The FROM address to set in the email header. @@ -46,11 +46,13 @@ define("EMAIL_ACTIVATION_SUBJECT", "Start your sip.linphone.org service"); /* * The body (as text) of the activation account email. + * It must have a %link% parameter somewhere with the link to click to activate the account */ define("EMAIL_ACTIVATION_BODY", "Hello,\nActivation pending for using your Linphone account.\nPlease use the link bellow to activate your account :\n\n%link%\n\nRegards,\nThe Linphone team.\n"); /* * The body (as html) of the activation account email. + * It must have a %link% parameter somewhere with the link to click to activate the account */ define("EMAIL_ACTIVATION_BODY_HTML", '
Hello,
Activation pending for using your Linphone account.
Please use the link bellow to activate your account :
Regards,
The Linphone team.
Hello,
Here is your recovery code: %key%
Regards,
The Linphone team.