Hi all!
We are using an external tool (Plasso) to sell our products, and our customers can have the access to a reserved area into our Wordpress website.
We are successfully creating the user on Auth0 using javascript/node.js code into Zapier, but when the customer tries to login into Wordpress we get the following error: “Could not create user. The registration process is not available”
I think this is because there is not a user with that email on Wordpress. How can I make it works? Is creating a user on Wordpress the right way to proceed? If yes, how should I do it?
Hi @NicolaVO … that error typically happens when registration is turned off for your WordPress site. If you want to leave that off and still have Auth0-created users be created, switch on “Auto Provisioning” in the Advanced tab of the Auth plugin settings page.
@NicolaVO - That’s an error coming from the Rule that links accounts in Auth0. That Rule tries to link users together from other connections (social, etc) so they have an integrated Auth0 user account. I would try to debug that in the Rule in your Dashboard, should be called Account-Linking-Do-Not-Rename. You can use console.log() in there and use the Try button to walk through the scenario.