Thomas Löffler
Thomas Löffler
What changes are necessary in AdditionalConfiguration that could not be in LocalConfiguration?
For my projects, AdditionalConfig includes only stuff that needs to be adjusted due to the environment (local dev, staging or production server). All other stuff is in the LocalConfig. LocalConfig...
@rr-it Your code has conditions for the development context, so it's okay to have it in AdditionalConfig. Just place it below the ddev stuff and remove the comment so ddev...
The last merged approach would have added two view helpers and many code lines one need to maintain. This change removes the approach and uses the code the TYPO3 core...
(also, it uses Bootstrap 5 pagination)
During tests I didn't get any password in a mail. If this option is configured, the user doesn't get the information about his automatically generated password. Is that intended?
This feature is quiet nice but the usage of CommandController is outdated. We should refactor it to use Symfony Commands if the feature is still wanted.
I can confirm this. Neither with client validation (JS writes `error` as class) nor server validation (no class was added).
I have the "Terms" field in the FlexForm for Registration, see:
Then I'd recommend to extend the user in a separate extension with these fields. In femanager it would be mostly unused code for most users.