.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../Includes.txt .. _admin-manual: Administrator Manual ==================== Target group: **Administrators** .. _admin-installation: Installation ------------ To install the extension, perform the following steps: #. Go to the Extension Manager #. Install the prerequisite extension (if you haven't yet): v4_iah_library #. Install the extension itself #. Include the static template *v4 info@hand portal user* #. Done .. _admin-configuration: 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 ^^^^^^^^^^^^^^^^^^^^ .. container:: ts-properties ===================================================== ================================================ ========================= Property Data type Default ===================================================== ================================================ ========================= frontendUserPId_ :ref:`t3tsref:data-type-int` 0 defaultUserGroupId_ :ref:`t3tsref:data-type-int` 1 ===================================================== ================================================ ========================= Extension Property details ^^^^^^^^^^^^^^^^^^^^^^^^^^ .. _settings-frontendUserPId: frontendUserPId """"""""""""""" Frontend User Storage Page Id. The frontend users will be created on this page. .. _settings-defaultUserGroupId: defaultUserGroupId """""""""""""""""" Default Usergroup id (for new frontend user). This usergroup id will be used by frontend user creation. The following steps are required: #. Create a default user group in the frontend user page. #. Give this user group id in the extension manager. #. Change the frontend user page id in the extension manager. Installation and configuration are done.