Works fine in my tests. My guess is the user store is failing due to missing critical data. Ensure you're supplying username, email address, and name. Those are all required by Joomla. If password isn't provided it can generate one if the parameter is left empty. Example as follows.Ok for this, but I need help with the CB register autoaction that I may use to register users and which is not working whatever I tried
Even with a postman request there is no success.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Then there's a problem with how data is being sent via POST. You can access request and get variables too (e.g. [request_name], [get_name]). Use whatever is necessary for your needs. Based off your sample you are not sending POST data correctly. You're sending a JSON encoded string. Use FormData to properly send a POST body object.It does not work with [post_fields] with Postman or my fetch function in javascript.
Then you have something acting on Joomla user store behavior interrupting the process.I can register a user like you did but the user is only registered as joomla user and does not appear as CB user.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.