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

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...

type: bug
status: planned

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...

type: bug

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...

status: in review

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...

status: planned
type: feature

It would be great to have besides of BE View 'List', 'Admin Confirmation', 'Open User Confirmations' a Listing of Users that currently online

sponsor it
type: feature

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 =...

sponsor it
type: feature

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...

type: bug
sponsor it

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...

status: feedback needed

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...

sponsor it
type: feature