Foren

customize the User Registration

Jaspal Sharma, geändert vor 8 Jahren.

customize the User Registration

New Member Beitrag: 1 Beitrittsdatum: 09.04.15 Neueste Beiträge
Hi All,

I want to customize the User Registration, My Requirement is User can able to select Roles and Organization at the time of Registration, User will remain inactive until admin approves the user.

Please Suggest me how can i achieve this.

Thanks in Advance.
Regards,
Jaspal
thumbnail
Olaf Kock, geändert vor 8 Jahren.

RE: customize the User Registration

Liferay Legend Beiträge: 6403 Beitrittsdatum: 23.09.08 Neueste Beiträge
Sounds like you should write a custom registration portlet and either store the "registration request" to be completed by an Administrator (e.g. someone with proper permissions) or create the user according to the user's choices, use workflow to approve those users.

There's no way to achieve this without custom code as typically users can't choose their personal permissions themselves.