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...
The default sender address for the admin confirmation mail is the user mail address. If the domain of this email uses SPF in "Fail" mode, the mail will be rejected...
Do not use array_values() which will not preverse any ordering of the paths. The paths returned by Extbase may be in different order, depending on typoscript execution. A `ksort($templatePaths);` before...
When the XML for a change request is generated, if the old or new value of a property is null while the other value is an object, an Exception is...
resolves #381 Additionally when the value of a DateTime property is `null`, `0` is returned instead of the timestamp.
Examples: * New users since [yesterday|last week|last month|last year] * Number of users with need of admin confirmation * Graph of active users in the last months * Number of...
It would be great to have besides of BE View 'List', 'Admin Confirmation', 'Open User Confirmations' a Listing of Users that currently online
Tried to place the plugin via Typoscript: ``` 10 = USER 10 { userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run extensionName = Femanager pluginName = Pi1 vendorName = In2code controller = New action =...
Step to reproduce: 1. enable sr_freecap via femanager typoscript `captcha = 1` 2. delete all cookies 3. submit the form to sign up Result: the user is redirected to the...
After the registration of my account I get an E-Mail where I have to confirm the registration. When I click on the button the "Meine Beiträge" I get an error...
If any of mustInclude(number,letter,special,space,uppercase) or/and mustNotInclude(number,letter,uppercase,special,space) valditions settings are used, the user does not know what is wrong with the value in the field, because there is no meaningfull error...