DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Administrator Manual

Target group: Administrators

Installation

To install the extension, perform the following steps:

  1. Go to the Extension Manager
  2. Install the prerequisite extension (if you haven't yet): v4_iah_library
  3. Install the extension itself
  4. Include the static template v4 info@hand portal user
  5. Done

Configuration

The extension can be configured by typoscript and extension manager too. In order to use the extension you have to configure some data in both.

Typoscript

In order to use the extension you have to create a page where the frontend user are stored.
This page id you have to give in contants typoscipt: plugin.tx_v4iahportaluser.persistence.storagePid

Extension Properties

Property Data type Default
frontendUserPId integer 0
defaultUserGroupId integer 1

Extension Property details

frontendUserPId

Frontend User Storage Page Id. The frontend users will be created on this page.

defaultUserGroupId

Default Usergroup id (for new frontend user). This usergroup id will be used by frontend user creation.

The following steps are required:

  1. Create a default user group in the frontend user page.
  2. Give this user group id in the extension manager.
  3. Change the frontend user page id in the extension manager.

Installation and configuration are done.