PHPackages                             sitegeist/femanager-captcha - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Security](/categories/security)
4. /
5. sitegeist/femanager-captcha

ActiveTypo3-cms-extension[Security](/categories/security)

sitegeist/femanager-captcha
===========================

Adds ability for multiple captchas to femanager, ships with altcha

0.0.2(7mo ago)0211↓33.3%proprietaryHTML

Since Oct 9Pushed 7mo agoCompare

[ Source](https://github.com/sitegeist/femanager-captcha)[ Packagist](https://packagist.org/packages/sitegeist/femanager-captcha)[ RSS](/packages/sitegeist-femanager-captcha/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

FE Manager Captcha
==================

[](#fe-manager-captcha)

This TYPO3 extensions extends EXT:femanager to use other captchas than EXT:sr\_freecap. It offers some configuration to include a captcha of your choice. It especially comes with everything you need to use "altcha" in femanager:

What does it do?
----------------

[](#what-does-it-do)

EXT:femanager can only be used with EXT:sr\_freecap. There is no native way to integrate another captcha. This extension introduces the possibility to include your favourite captcha. Looking for EXT:femanager to use a GDPR compliant captcha? This extension is shiped with "altcha": no cookies, non-intrusive.

Getting Started
---------------

[](#getting-started)

1. Install the extension

    ```
    composer require sitegeist/femanager-captcha

    ```
2. Include the TypoScript settings (these lines or select our "Set" in "Sets for this Site")

    ```
    # enable use of captcha in femanager
    plugin.tx_femanager.settings.new.validation.captcha.captcha = 1
    # provide the path to overwritten partials (do not change this line)
    plugin.tx_femanager.view.partialRootPaths.1759843226 = EXT:femanager_captcha/Resources/Private/Partials/
    # use altcha instead of sr_freecap
    plugin.tx_femanager.settings.new.validation.captcha.use = altcha
    # use the validator class for altcha
    plugin.tx_femanager.settings.new.validation.captcha.validatorclass = BBysaeth\Typo3Altcha\Validation\AltchaValidator

    ```

How to use other captchas
-------------------------

[](#how-to-use-other-captchas)

```
# enable use of captcha in femanager
plugin.tx_femanager.settings.new.validation.captcha.captcha = 1
# use "somecaptcha"
plugin.tx_femanager.settings.new.validation.captcha.use = somecaptcha
# use the validator class for yor "somecaptcha"
plugin.tx_femanager.settings.new.validation.captcha.validatorclass = YourNameSpace\YourExt\Validation\SomecaptchaValidator
# provide a partial to display your "somecaptcha"
plugin.tx_femanager.view.partialRootPaths.123456789 = EXT:YourExt/Resources/Private/Partials/

```

You will have to provide (in your own EXT or sitepackage)

- A partial with the same name as defined in ".use": somecaptcha.html. This partial has to provide a form field named "tx\_femanager\_registration\[captcha\]" which will then be validated by some PHP class. For an example take a look at vendor/femanager-captcha/Resources/Private/Partials/Fields/altcha.html.
- Probably you will want to call a custom ViewHelper (from your partial) which will actually render the Captcha (Image or whatever). For an example take a look at vendor/bbysaeth/typo3-altcha/Classes/ViewHelpers/Form/AltchaViewHelper.php.
- A validator class to validate captcha data after form is submitted. For an example take a look at vendor/bbysaeth/typo3-altcha/Classes/Validation/AltchaValidator.php

ToDo / Remarks
--------------

[](#todo--remarks)

- composer.json requires sjbr/sr-freecap. This must remain the case for the time being because femanager checks in various places whether this EXT is loaded. However, femanager could instead rely on the fact that if “settings.” . $controllerName . “.validation.captcha.captcha” == TRUE has been set, a captcha EXT is also available. Currently, it checks *both* conditions, which means we have to ensure that sr\_freecap is also present.
- at the moment captcha is only provided for "new" action, but should be easy to adapt to "edit" action as well

Special thanks
--------------

[](#special-thanks)

*The development and the public-releases of this package is generously sponsored by SPIEGEL-Verlag Rudolf Augstein GmbH &amp; Co. KG*

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance64

Regular maintenance activity

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 Bus Factor1

Top contributor holds 66.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

221d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3417112414b1e0e135fb48a511e90178dbf2275af7dc6178250b7123eff0a026?d=identicon)[Ulrich Mathes](/maintainers/Ulrich%20Mathes)

---

Top Contributors

[![ulrichmathes](https://avatars.githubusercontent.com/u/26324456?v=4)](https://github.com/ulrichmathes "ulrichmathes (2 commits)")[![neumann-sitegeist](https://avatars.githubusercontent.com/u/115168454?v=4)](https://github.com/neumann-sitegeist "neumann-sitegeist (1 commits)")

---

Tags

captchafemanagertypo3-cms-extension

### Embed Badge

![Health badge](/badges/sitegeist-femanager-captcha/health.svg)

```
[![Health](https://phpackages.com/badges/sitegeist-femanager-captcha/health.svg)](https://phpackages.com/packages/sitegeist-femanager-captcha)
```

###  Alternatives

[leuchtfeuer/secure-downloads

"Secure Download": Apply TYPO3 access rights to ALL file assets (PDFs, TGZs or JPGs etc. - configurable) - protect them from direct access.

22234.7k1](/packages/leuchtfeuer-secure-downloads)[causal/fal-protect

Protect everything within /fileadmin/ based on associated folder and file restrictions (visibility, user groups and dates of publication).

1269.5k](/packages/causal-fal-protect)[spooner-web/be_secure_pw

You can set password conventions to force secure passwords for BE users.

10461.3k](/packages/spooner-web-be-secure-pw)[georgringer/noopener

Add rel="noopener noreferrer" to all external links

1535.1k](/packages/georgringer-noopener)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
