Hello. I’m trying to build a registration that use email confirmation with “User registration default” email template.
When I try to force a registration with the API Docs register(), the DSP send the email that is like this:
Hi silconsul,
You have registered as a mauri user. Go to the following url, enter the
code below, and set your password to confirm your account.
http://localhost/dreamfactory/dist/#/register-confirm
Confirmation Code: 7b3d223190702f1a7083683c01a80b8a
Thanks,
DreamFactory
My problems are:
- the link to the registration confirmation is not clickable
- if I copy the link and I try to open this link with a browser, the browser open the Start page of Dreamfactory services Platform, without showing me any kind of page where I should put the password and the code confirmation.
In Config -> Email Templates I can see the Body in this way:
Hi {first_name},
You have registered as a {dsp.name} user. Go to the following url, enter the code below, and set your password to confirm your account.
{dsp.confirm_register_url}
Confirmation Code: {confirm_code}
Thanks,
{from_name}
and I tried to join a Lookup key with the name “dsp.confirm_register_url” but I dont know how I must set the Value of this variable.
I saw an example in C:\Bitnami\dreamfactory-1.9.4-0\apps\dreamfactory\htdocs\web\confirm_reg.html:
that can be a good value of the variable “dsp.confirm_register_url” ? If yes, how I can set the DSP to link the email confirmation to this url ?
Thank you
Best regards
Mauri