General Settings

General Tab in the TYPO3 backend

General Tab in the TYPO3 backend

If Login After Successful User Creation is disabled, additional options are displayed.

General Tab in the TYPO3 backend

Default User Group

Property

defaultFrontendUserGroupId

Data type

int

Description

During creation, a website user will be assigned to the selected user group.

User Storage Page

Property

frontendUserStoragePid

Data type

int

Description

The page (folder) where website users are stored. This value must be in the array of Login Form plugin User Storage Page values. Otherwise, website user authentication will fail.

Important

If checkFeUserPid is set to "1", this setting will be ignored.

User Image Folder

Property

frontendUserImageFolder

Data type

string

Description

The folder where website user image files are stored.

Login After Successful User Creation

Property

enableFrontendUserAutoLogin

Data type

bool

Default

true

Description

If enabled, a new website user will be automatically logged in.

Redirect to Login Page

Property

enableRedirectToLoginPage

Data type

bool

Description

If enabled, a new website user will be redirected to the page specified in Login Page.

Login Page

Property

redirectLoginPageId

Data type

int

Description

The page supposedly contains the Login Form plugin.

Enable Deletion of a User

Property

enableFrontendUserDeletion

Data type

bool

Description

If enabled, on the TYPO3 frontend Delete User link will be displayed. Also, this setting is checked in the deleteAction(…$args) method of the controller.