Book Image

Liferay 6.x Portal Enterprise Intranets Cookbook

Book Image

Liferay 6.x Portal Enterprise Intranets Cookbook

Overview of this book

Table of Contents (19 chapters)
Liferay 6.x Portal Enterprise Intranets Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Exporting users


Liferay Portal CMS provides a simple export mechanism, which allows us to export a list of all the users stored in the database or a list of all the users from a specific organization to a file.

How to do it…

In order to export the list of all users from the database to a file, follow these steps:

  1. Log in as an administrator and go to Admin | Control Panel | Users | Users and Organizations.

  2. Click on the Export Users button.

In order to export the list of all users from the specific organization to a file, follow these steps:

  1. Log in as an administrator and go to Admin | Control Panel | Users | Users and Organizations.

  2. Click on the All Organizations tab.

  3. Click on the name of an organization to which the users are supposed to be exported.

  4. Click on the Export Users button.

How it works…

As mentioned previously, Liferay allows us to export users from a particular organization to a .csv file. The .csv file contains a list of user names and corresponding e-mail addresses. It is also possible...