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

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

android - java.net.UnknownHostException(Unable to resolve host “URL”: No address associated with hostname) -

jquery - How can I dynamically add a browser tab? -