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

When using the "Save" (Edit Profile) view and not selecting fields that have `validation.required = 1`, they get validated and the user has no chance to save his profile. A...

type: feature

Typo3 11.5.25 Femanager 7.1.0 https://ibb.co/v1pLjTf

When using the image field for fe_users, accessing the Edit form produces the following error message: ``` (1/1) #1476107295 TYPO3\CMS\Core\Error\Exception PHP Warning: Undefined array key "uid_local:type" in /typo3_src-11.5.23/typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/DataMapper.php line 123...

The corresponding TypoScript set Content-Type to application/json: ``` feManagerValidation = PAGE feManagerValidation { typeNum = 1548935210 config { additionalHeaders.10.header = Content-Type: application/json no_cache = 0 disableAllHeaderCode = 1 disablePrefixComment =...

status: resolved

``` plugin.tx_femanager.settings.new.prefill { gender = TEXT gender.value = 2 } ``` has no effect of the gender radio boxes in the register new user form. Always the radio element with...

status: planned

Hello, it would be great if in the plug-in flexform the filter for usergroups could be selected as AND condition instead of OR (like categories in the news extension).

type: feature

We are using femanage version 7.1 and got following error when a user wants to register: ``` method_exists(): Argument #1 ($object_or_class) must be of type object|string, null given Core: Exception...

Hello, it would be great if list and show view would be set as cachable in ext_localconf.php. Expecially when listing hundreds of users page generation without caching gets really slow.

type: feature

Hey everyone, my frontend controller result in this message, if new users are created: `PHP Warning: constant(): Couldn't find constant PASSWORD_ARGON2I in /.../core/Classes/Crypto/PasswordHashing/AbstractArgon2PasswordHash.php line 94` I debugged a little bit...

status: in review

If invitation plugin is restricted for specific usergroup in `settings.invitation.allowedUserGroups` and non-logged user enters the page `$this->allowedUserForInvitationNewAndCreate();` is fired and it returns `new ForwardResponse('status');` but no response is happenning. NewAction...