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

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -