Configuration
More complex configuration
Table of content
Integrate other captcha extension
You have to write a captcha adapter for this purpose. You find the
adapters here in vendor/.
Your class should extend
\Evoweb\.
The functions render and is are required for the adapter to work.
Write own validators
You can write your own validator. Validators are stored in
vendor/ extends class
\TYPO3\
and require the function is.
Settings
plugin.tx_sfregister.settings.*
| Name | Type | Default |
|---|---|---|
| string | god, sex, password | |
| integer | ||
| integer | ||
| boolean | ||
| integer | 0 | |
| integer | ||
| integer | ||
| integer | ||
| integer | ||
| integer | ||
| string | ||
| string | ||
| integer |
badWordList
- Type
- string
- Default
- god, sex, password
Comma separated list of word, that validator badWordFilter will avoid
redirectPostRegistrationPageId
- Type
- integer
Redirect page after registration
redirectPostActivationPageId
- Type
- integer
Redirect page after activation
useEmailAddressAsUsername
- Type
- boolean
Use email address as username
useEncryptedFilename
- Type
- integer
- Default
- 0
Encrypt filenames
- 0 none
- 1 md5
- 2 sha1
autologinPostRegistration
- Type
- integer
Log in user after registration
autologinPostConfirmation
- Type
- integer
Log in user after activation
usergroupPostSave
- Type
- integer
Frontend usergroup after registration
usergroupPostConfirm
- Type
- integer
Frontend usergroup after activation
usergroup
- Type
- integer
Frontend usergroup after activation
captcha.jmrecaptcha
- Type
- string
- Default
- \Evoweb\SfRegister\Services\Captcha\JmRecaptchaAdapter
Adapter for Captcha-Extension jm_recaptcha
captcha.srfreecap
- Type
- string
- Default
- \Evoweb\SfRegister\Services\Captcha\SrFreecapAdapter
Adapter for Captcha-Extension sr_freecap
- Property
-
enableConfirmationButtonForEmailLinks
- Data type
-
boolean
- Description
-
If set to true, email links will not directly manipulate the state of an user subscription, but check for the HTTP method first. In case of HEAD method, a confirmation page with a button will be shown. This should prevent double click issues by MicroSoft's SafeLinks feature. In case of other methods, the default action gets called immediately.
- Default
- Property
-
forceConfirmationButtonForEmailLinks
- Data type
-
boolean
- Description
-
If
enableis true and this setting is set to true, the confirmation page is always shown regardless of the HTTP method. This can help against the link preview features of some email clients.Confirmation Button For Email Links - Default
- Property
-
captcha.jmrecaptcha
- Data type
-
String
- Description
-
Adapter for Captcha-Extension jm_recaptcha
- Default
-
\Evoweb\SfRegister\Services\Captcha\JmRecaptchaAdapter
- Property
-
captcha.srfreecap
- Data type
-
string
- Description
-
Adapter for Captcha-Extension sr_freecap
- Default
-
\Evoweb\SfRegister\Services\Captcha\SrFreecapAdapter
Persistence
plugin.tx_sfregister.persistence.*
| Name | Type | Default |
|---|---|---|
| integer |
storagePid
-
- Type
- integer
Sysfolder with Frontend User records