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

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

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -