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...
Hi, is there any way to se the central system email layout for emails sent by femanager? Thanks a lot!
In Femanager.min.js .click(fn) should be replaced by .on(“click”, fn), as the shorthand is deprecated in JQuery 3.
I wanted to implement sr_freecap with femanager, but the captcha validation always fails. Maybe this error doesn't just occur in my project, so here is a solution I found. TYPO3...
When creating a new user from the plugin, usually you get the "Thank you for your request. Please check your mail account to confirm the profile." message (id:createRequestWaitingForUserConfirm). But if...
using the edit-form and working with user-image the following behaviour is observed using TYPO3 12.4.9 and femanager 8.0.1: - adding or changing an image and NOT changing any fields (eg....
AbstractController->inializeAction() sets $this->config using TypoScript configuration only. In the end the configuration is the same as controller->settings, but without the posibility to enhance/override by plugin flexform values. As I see...
TYPO3v11 with EXT:femanager v7.1.1 and current Firefox: Open Plugin Content-Element in Backend. Hit F5. Class UserFieldOptions called by itemProcFunc() within plugin-Flexforms depends on a id= within a referer url, which...
There's a "@todo" in `FileService::getCombinedIdentifier()` for making it less ugly. The method is only used once: in FileService::indexFile() for getting the sys_file's uid. Replacing the use of `getFileObjectFromCombinedIdentifier()` by `retrieveFileOrFolderObject()`...
I expected that the ratelimiter might kick in for various actions, possibly with a limit "per action". But looking into the NewController it is used in the createAction only. For...
On reload in invitation editAction user gets redirected to statusAction with message "userAlreadyConfirmed" even we are not providing any data in form fields. We went through this issue it's because...