Ok, I think I've found a solution using an Auto-Action. But I'm not sure how I can set the condition in the auto action.
I've setted trigger onBeforeFirstLogin but I must set also a condition to let it fire so I can exclude other kind of users that don't have to be assigned to this plan on first login.
Setted condition as fb_userid = not empty and trugger on onAfterUserRegistration.
This way it works fine.
Anyway I have a problem with subscription column in backend user management: no subscription are displayed (also for user registered with CB registration form) meanwhile if I look at subscription user profile tab (backend) it correctly display an assigned subscription, also in frontend.
What's wrong?
EDIT
Solved also for subscription plans name not displayed in user management. I forgot to assign an alias in the plans.
Last edit: 10 years 10 months ago by deltafidesign. Reason: SOLVED