Liferay auto assign users to an organization on register -
how auto assign user organization when register liferay portal.
thanks , regards, s.ponraj
you can automatically assign new users sites, roles , user groups, not organizations. anyway, there surely many ways achieve want few lines of code.
for example, can develop hook plugin overrides adduserwithworkflow
method of userlocalservice
service, can add new organization id organizationids
parameter before calling super.adduserwithworkflow(...)
.
hope helps!
Comments
Post a Comment