Damn sorry! i could have done this before... error output:
CBPaid Debug Message
USER ERROR: cbpaid:onAfterUserRegistration: No free plan but no plan chosen ! in \xampp\htdocs\...\components\com_comprofiler\plugin\user\plug_cbpaidsubscriptions\cbpaidsubscriptions.php on line 616
Trace:called in class cbpaidErrorHandler::_error_handler_callable(256, "cbpaid:onAfterUserRegistration: No free plan but no plan chosen !", "\xampp\htdocs\...\components\com_comprofiler\plugin\user\plug_cbpaidsubscriptions\cbpaidsubscriptions.php", 616, array("user" => object(CB\Database\Table\UserTable), "rowExtras" => object(CB\Database\Table\UserTable), "bool" => true, "_PLUGINS" => object(cbPluginHandler), "params" => object(cbpaidParamsConfig), "registrationPlansEnabled" => "1", "enableFreeRegisteredUser" => "0" (...)
It turns out to be a conflict with CBSubs settings: Allow Free Registered Users (without subscriptions) is set to No...
Yep... after setting Allow ... to Yes, the problem with creating a user with auto-action disappears.
After auto creating a user, I assign a Plan to him in the next step another AutoAction, but maybe I could use Fields settings when creating in 1st step, and keep Allow... to No?