Forums

Problem with User activation / Regist.

Fredolino 06 Mar, 2020
Hi,
i have this:

submit
Action: Save User
New Block status: 1
Activation code provider: {session:activation_code}

activate
Action: User activation
New Block status: 0
Activation code provider: {data:activation_code}

in The E-Mail tested:
<p>Aktivierungslink: {url.full:activate$code=(session:activation_code)}</p>
<p>Click here to activate: <a href="{url/full:activate}&activation_code={session:activation_code}">LINK TEXT</a></p>

But i have only Error:
The activation of your user account has failed.

What is the problem?
healyhatman 07 Mar, 2020
And you have a databuilder that adds {session:activation_code} yes? What does your debug say?
Fredolino 07 Mar, 2020
Hi,

I have in Validate Fields/success:
Save to session
Name: activation_code
Data provider: {uuid:}
This topic is locked and no more replies can be posted.