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...
I tried to use select boxes that allows multiple selections as femanager fields. One for my own model and the country field from femanager. In both cases I will get...
I have the same problem like @Skiud. On my website is a shop where users can add products to the basket without logged in. After registration and autologin the basket...
Additional every used field generates a deprication log entry. To fix: Remove all `settings:settings` from the field partials Change the validation viewhelper: `$this->registerArgument('settings', 'array ', 'all TypoScript settings for this...
I would wish to generate usernames according to organization polices, i.e. lastname_firstname, append a numeral if duplicate Unfortunary the function fallbackUsernameAndPassword doenst have a hook.
How to set an error class to any form field if it is not valid? I tried to add `errorClass` e.g. in Partials/Fields/Username.html ``` ``` However, this is not working.
With site configuration, it's possible since v9 to set per-site configuration to a TYPO3 instance. For multisite instances there should be a need for setting the user storage (and maybe...
The admin confirmation of an user from backend is done via FE request and returns currently a HTML instead of JSON. Rebuilding all AJAX requests with using Middleware is a...
Problem: After users confirmed there email addresses the user account will be set enabled and users are enabled to login. An Email (CreateUserNotify) will be send to the user. Using...
Hi there, ATM it i possible to perform a redirect on successful confirmation. But if the user e.g. click the confirmation link twice one simply get redirected to new action...
Since TYPO3 9 has the url routing, a slug field (and automatic updater of slugs when editing the fe_user in the frontend) would be great.