femanager
femanager copied to clipboard
Modern TYPO3 Frontend User RegistrationTYPO3 Frontend User Registration and Management based on Extbase and Fluid and on TYPO3 8 and the possibility to extend it to your needs. Extension basicly works...
https://github.com/in2code-de/femanager/actions/runs/16570103215 The jobs are alle like "Started 21h 29m 6s ago". This doesn't look right, and it blocks PRs from getting a green pipeline.
https://github.com/in2code-de/femanager/actions/runs/16593794870/job/46935534494?pr=656 ``` [2025-07-29T10:40:51.016940+00:00] app.ERROR: Error while processing "include" directive in "Features/ConfirmUserConfirmationRefused/Index": Include "../../Includes.txt" (/Features/ConfirmUserConfirmationRefused/../../Includes.txt) does not exist or is not readable. {"rst-file":"Features/ConfirmUserConfirmationRefused/Index.rst","currentLineNumber":2,"currentLine":""} [] [2025-07-29T10:40:51.086731+00:00] app.ERROR: Error while processing "include" directive...
Follow-up to #519 In order to support simple/minimal modes of mail programs, we should explicitly send plaintext versions of our emails. This requires additional templates in .txt format without any...
In version 13.0.0, the SelectViewHelper provides a multiple attribute, but it is not possible to properly handle multiple selected values. When using multiple="true", the rendered select field allows selecting multiple...
The SelectViewHelper in v13.0.0 provided a `multiple` attribute, but handling of multiple selected values was not working. This commit fixes the issue by correctly reading and displaying multiple values. Resolves:...
When sending a confirmation Mail to the configured AdminUser the method: protected function createAdminConfirmationRequest(User $user) in Class: vendor/in2code/femanager/Classes/Controller/NewController.php handles the mail-generation. But it sends the email with the email and...
The keys in a typoscript configuration are considered to express the priority of the values. Like in view.templateRootPaths the highest value should be used. This is not the case with...
The field for the country does not select the user value anymore (with static_info_tables). The following addition in Country.html fixes the problem: Change from ``` {countryName} {countryName} ``` To this...
When I click on the confirmation link in the email, the registration is confirmed correctly, but the following error message appears: `In2code\Femanager\Finisher\SaveToAnyTableFinisher::__construct(): Argument #1 ($typoScriptService) must be of type TYPO3\CMS\Core\TypoScript\TypoScriptService,...
Currently only EXT:sr_freecap is supported. Do you think it would be possible to implement a validation mechanism like in EXT:powermail? That way, we could implement custom captcha validators so we...