Posted on 25/11/2016 14:06:36
Hello Kristian,
I'm running into a problem here. I have a solution where I want an e-mail input field and a submit button, when the user fills in his/her e-mailaddress and submit, they wil receive a confirmation email, with the EmailAllowed link to subscribe to the maillist.
My code is based on this example: http://doc.dynamicweb.com/template-tags/users/extranet/create-edit#examples/email_subscribe.html and working well in a 8.8.1.12 solution.
Now I want to use the code in another solution, on a 8.9.0.0 core. This isn't working.
After a lot of testing I found the problem. When I fillout the form no user is created, so no mails are send, but also no errors or whatever.
The code is working, but only when I first manually create a user in the backend with for example emailaddress a@b.com. Now when I go to my form and fill a@b.com and submit, I do get the subscription email(s).
My guess here is that in the bugfix: 20714 something went wrong, what causes users not to be created. Could you help me out here?
Greetings Harald