Download the PHP package mfc/mfc-belogin-captcha without Composer
On this page you can find all versions of the php package mfc/mfc-belogin-captcha. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mfc/mfc-belogin-captcha
More information about mfc/mfc-belogin-captcha
Files in mfc/mfc-belogin-captcha
Package mfc-belogin-captcha
Short Description Add a configurable captcha to the backend login after a give amount of failed login tries
License proprietary
Informations about the package mfc-belogin-captcha
TYPO3 Extension mfc_belogin_captcha
(mfc/mfc-belogin-captcha
)
This extension adds a configurable captcha to the backend login after a give amount of failed login tries.
Important!
Since TYPO3 Version 11 does have an internal rate limit system, we have decided to abandon the development of this extension for TYPO3 Version 11 and beyond.
1. Features
- Configurable captcha for backend login
2. Usage
1) Installation
Composer installations
For TYPO3 v10
For TYPO3 v9 use the 4.x tags and branch
3) Configure the extension
The extensions needs to be configured in the admin tools extensions.
Name | Description | Default |
---|---|---|
failedTries | Failed logins before captcha gets rendered | 5 |
api_server | reCAPTCHA API-server address | https://www.google.com/recaptcha/api.js |
verify_server | reCAPTCHA VERIFY-server address | https://www.google.com/recaptcha/api/siteverify |
public_key | reCAPTCHA public key | |
private_key | reCAPTCHA private key | |
lang | reCAPTCHA language |
If no public_key and private_key are set, the configuration of the extension "recaptcha" will be used automatically. When there is no public_key and private_key configured in both extensions, no captcha will be displayed.
3. License
mfc/mfc-belogin-captcha is released under the terms of the MIT License.