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.*
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
Persistence
plugin.tx_sfregister.persistence.*
storagePid
-
- Type
- integer
Sysfolder with Frontend User records