Hej!
Sorry I’m really confused… I set the option to send an email to confirm the email of my users.
When they click on it they are redirected to a page “emailOK”.
The link from the email seems to return an URL with the “confirmation_email” parameter…
I don’t know what to do with it…
I guess I could check when the page emailOK is loaded with the parameter “confirmation_email” = User Unique ID (my guess for the value of the parameter… ) then change the field to email confirmed for the specified user.
Am I right??