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...
Reason: The UserUtility::getDirtyPropertiesFromUser method can only handle simple types (!is_object), DateTimes and ObjectStorages. Extended models, which has for example a model (=object) as property, will produce an exception. Tested with...
Add `autocomplete="new-password"` attribute to the femanager password fields by default. This informs the users password manager how to fill the corresponding field. In addition, the browser can now suggest a...
See https://forge.typo3.org/issues/98492, the core already added the spellcheck="false" attribute to backend and frontend forms or fields with sensitive user data such as email address or passwords. Femanager should disable browser...
My extended femanager extenion has worked fine with femanager 7.1.0, typo3 11 and php7.4. Since update to php 8.1 got the following error message ` **`Fatal error: Declaration of SHI\ShiFemanagerextended\Controller\EditController::updateAction(SHI\ShiFemanagerextended\Domain\Model\User...
Here is a hint: Version 7.0.1 throwed: ``` Call to a member function getConfiguration() on null in /var/www/rcc/rcc.hslu.ch/typo3conf/ext/femanager/Classes/ViewHelpers/Validation/IsRequiredFieldViewHelper.php line 38 ``` and so I added: ``` /** * @var \TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface...
Hello, the link in backend for "login as" is rendered like `/?type=1548943013&tx_femanager_pi1[user]=` In my installation the user is not logged in. As far as I could see this happens because...
We use double opt-in registration and manual activation by an admin. The registration form is protected by sr_freecap. Unfortunately, this no longer offers protection against spam bots, so that they...
In some cases, there should only be one password field, an no "repeat password" field. So it would be helpful if it were configurable to (not) have the password repeat...
The Resend User Confirmation Request function in the backend sends an email but the links in the mail template are not created. In addition, the wrong template is used, namely...
On an Typo3 12.4.11 installation the image upload is not working. In the payload of the request to the controller edit action the field tx_femanager_edit[user][image][0] is missing if no other...