mfc / mfc-belogin-captcha
Add a configurable captcha to the backend login after a give amount of failed login tries
Installs: 18 382
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 1
Open Issues: 1
Type:typo3-cms-extension
Requires
- php: >=7.2.0
- evoweb/recaptcha: ^10.0.0
- typo3/cms-core: >=10.4.0
This package is auto-updated.
Last update: 2021-04-10 12:27:04 UTC
README
This extension adds a configurable captcha to the backend login after a give amount of failed login tries.
1. Features
- Configurable captcha for backend login
2. Usage
1) Installation
Composer installations
For TYPO3 v10
composer require mfc/mfc-belogin-captcha ^5.0.0
For TYPO3 v9 use the 4.x tags and branch
composer require mfc/mfc-belogin-captcha ^4.1.0
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.