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...
Hi! I am currently on the Early Access Version compatible with TYPO3 v12. I have activated the new Password Policies Feature of TYPO3, but it seems that EXT:femanager doesn't use...
Hello, Using femanager 7.2.1, there is a problem with usergroup as multiselect. Step to reproduce: - create a registration form with username and usergroup - override Usergroup.html template to render...
When the mail is sent, the e-mail address of the FE account is used as the sender. This usually violates the sender policy / SPF. Overwrite with `plugin.tx_femanager.settings.edit.email.notifyAdmin.sender.email.value` did not...
Hey folks, I have encountered link issues when reading the html email as plaintext email. Currently we are using the femanager `v7.1.1` combined with TYPO3 `v11.5.29` . When we register...
It would be nice if the delete link could be also used in the user show view. Currently the action "delete" is not implemented in the UserController. The partial DeleteLink.html...
Hello, it would be great to have the new core paginator used in femanager. The would then be obsolete and the numbered_pagination extension could be used for not getting every...
The event CreateConfirmationRequestEvent is not triggered when the confirmation email has been sent. I include the events via the __invoke function. Other events such as BeforeUserConfirmEvent are working fine.
When running client side validation for a user registration used on a multidomain site with different user storage folders, the validation "uniqueInPage" fails, because the plugin setting is ignored and...
I tried to overwrite the email template and came across a possible bug. Typoscript Constants: ``` plugin.tx_femanager { view { templateRootPath = EXT:foobar/Extensions/femanager/Resources/Private/Templates/ partialRootPath = EXT:foobar/Extensions/femanager/Resources/Private/Partials/ layoutRootPath = EXT:foobar/Extensions/femanager/Resources/Private/Layouts/ }...
This issue is related to #472 In my example I experienced the problem for the "edit" function. The notifyAdmin is not working due to the changes in: public/typo3conf/ext/femanager/Classes/Controller/AbstractController.php => updateAllConfirmed...