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 170 femanager issues
Sort by recently updated
recently updated
newest added

I am experiencing an issue with the registration process in the Femanager plugin. When filling out the registration form, I consistently receive an error message stating that the passwords do...

Hello, If I use the ‘Invite’ plugin, so that the user receives an invitation and confirms the invitation, he can set the password, but here the validation is missing, whether...

This would allow,for example, to override the redirection parameters used in the "redirectByAction()" function during account confirmation by the user, based on a value entered.

Since current version für TYPO3 12 the setting for the storage PID is missing. I needed to set it via the database itself.

status: planned
type: feature

I'm stuck on a special problem here: Users should be able to choose from a defined range of usergroups in order to assign themselves to their areas of interest. It...

If you want to require the field "last name", putting in the _required_ setting in the typoscript setup doesn't work: ``` plugin.tx_femanager.settings.new.validation { last_name { required = 1 max =...

Because the account is then confirmed, even if the user has not entered a password. In InvitationController.php, in the function editAction at line 177, $user->setDisable(false) should be moved to the...

It would be helpful if the current ExtBase request would be provided to Finisher objects as a new constructor parameter: https://github.com/in2code-de/femanager/blob/v8/Classes/Finisher/AbstractFinisher.php#L118 Then it could be used to for example render...

If the client side validator is active for profile edit the following validation errors occur: - uniqueInPage validator fires but the username (email because of fillEmailWithUsername is set) is not...

status: planned

For some fields it would be great to have the feature to require the user to enter the password again in order to update the fields. E.g. if user changes...