itzbund/gsb-feusermanagement

GSB Frontend User Managment

v1.3.5 2024-09-10 08:53 UTC

README

TYPO3 12

GSB 11 Extension gsb_feusermanagement

About

The extension gsb_feusermanagement contains the front-end user administration. It is part of the Government Side Builder 11.

Learn more about the GSB 11.

Installation

The best way to install this extension is to start with the GSB Sitepackage Kickstarter extension.

Quick installation without GSB Sitepackage Kickstarter

In a composer-based TYPO3 installation you can install the extension EXT:gsb_feusermanagement via composer:

composer config -g gitlab-domains gitlab.opencode.de && \
composer config -g repositories.gsb-feusermanagement vcs https://gitlab.opencode.de/bmi/government-site-builder-11/extensions/gsb_feusermanagement.git
composer require itzbund/gsb-feusermanagement

In TYPO3 installations above version 11.5 the extension will be automatically installed. You do not have to activate it manually.

Usage

Define the Page in which the users get stored.

module.tx_gsbfeusermanagement {
  pids {
    # cat=Default Templateset (ITZBund): advanced/160/100;type=text; label=Frontenduser-Sysfolder:PageID
    frontendUserStoragePid = 150
  }
}

Contribute

As with TYPO3, we encourage you to join the project by submitting changes. Development of the GSB 11 happens mainly in the GSB 11 TYPO3 extension repositories.

To get started, have a look at our detailed contribution walkthrough.