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

Go to the extension manager and search the firstconnect extension in the repository.

Installation

Change password form

After Installing, you have nothing to do, the change password form works directly.

you can just add one typoscript variable to the plugin felogin if you want to change the page uid of the content felogin

plugin.tx_felogin_pi1

Property

pageChangeMDP

Data type

Int

Description

Put the page uid that contain the felogin content element.

Default

empty

Scheduler task

If you want to use the task in the scheduler, you have to define some typoscript variable or include the static template.

plugin.tx_firstconnect

Property

view.templateRootPath

Data type

String

Description

Path to the fluid template

Default

EXT:firstconnect/Resources/Private/Templates/

Property

view.mailTemplate

Data type

String

Description

Name of the html template for the email content

Default

account.html

Property

userGroup

Data type

Int

Description

Uid of the fe_group that users should have to receive an email with new password

Default

empty

Property

notInUserGroup

Data type

Int

Description

Uid of the fe_group that users should not have to receive an email with new password

Default

empty

Property

newPasswordLength

Data type

Int

Description

Lenght of the random genereted password

Default

8

Property

senderMail

Data type

String

Description

Email address of the email sender

Default

empty

Property

senderName

Data type

String

Description

The name of the email sender

Default

empty

Property

subject

Data type

String

Description

Subject of the email sent

Default

Your new account

Property

variableInView

Data type

String

Description

List of all the fe_users fields that should be replace in the email content template

Default

username,password