femanager icon indicating copy to clipboard operation
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...

Results 139 femanager issues
Sort by recently updated
recently updated
newest added

TYPO3: 12.4.11 PHP: 8.2 When i try to install the extension via composer i get the following error: `composer req in2code/femanager ./composer.json has been updated Running composer update in2code/femanager Loading...

Version 8.0.1. If only user confirmation is activated, after clicking the link to confirm registration in the email, the user is not enabled. In function statusUserConfirmation, line 204, the property...

status: under examination

I have set up everything, but the automatic login does not work. (with and without confirmation) Now I see in the .FemanagerFeaturesList.md file that "One step registration with autologin" is...

status: planned

Typo3 9.5.22 FEManager 5.2.0 We have a weird behavior, once a user registered and confirms his account, he recieves his accepted message and will be refused by the Admin right...

type: bug
status: in progress

Hello, I tried to add a new select-field in my femanagerextended. Here is what I did: TCA 'my_new_option' => [ 'exclude' => false, 'config' => [ 'type' => 'select', 'renderType'...

After updating a TYPO3 10 version to 11 i got the following errors when i'm using the confirmation tabs in the FE Manager module: "Admin Confirmation" -> click on the...

status: under examination

Successor to #304 containing only the fix of passing the proper parameter to the form error partial.

[It was noted](https://github.com/in2code-de/femanager/pull/529#issuecomment-1946260270) in the PR #529 that the adjustment to fix the sending of `createAdminNotify` emails now doesn't set the receiver name anymore, which now defaults to `femanager`. >...

status: planned

Classes/Domain/Validator/PasswordValidator.php throws an error when in debug mode but not in live mode PHP Warning: Trying to access array offset on value of type null in /public/typo3conf/ext/femanager/Classes/Domain/Validator/PasswordValidator.php line 138 ![image](https://github.com/in2code-de/femanager/assets/35844133/22e98b74-b2b1-4dec-a320-ce51ea9cb2a1)...

status: under examination

I want to have an additional image field in the form. In the form I extended a new custom field for the image. Uploading an image works in an additional...