femanager
femanager copied to clipboard
Notify admin on Profile update not working
Hey,
if I put in an email in the flexform in the backend, I never get informed when a user updates his profile in the frontend. Emails are working in general for the femanager. If I put an email in the flexform field "Profile update must be confirmed from an admin (add one or more emails) " it works like a charm. The admin get informed about the update and can confirm or refuse it. But the other opition is not working at all. I couldn´t find any typoscript settings as well for the notify admin on profile update. Is this actually working? Or is it only working if the admin has to confirm the update too?
I am using the latest femanager 4.2.5 and typo3 in version 8.7.17
Looking forward to hear from you!
best regards, Alexander
Same here. Problem exists here since I updated TYPO3 to V8 (and femanager update).
I can confirm: The TCA doesn't work any more since the update.
It only works if you set following typoscript setup:
plugin.tx_femanager.settings.edit.email.notifyAdmin.receiver.email.value = [email protected]
@fhederdos Thanks for that typoscript, works…
@fhederdos thanks too, it works like a charm!
Please reopen, this is just a workaround. The mail address should be settable via constant plugin.tx_femanager.settings.adminEmail.
this works: plugin.tx_femanager.settings.edit.email.notifyAdmin.receiver.email.value = [email protected] but what if I want both [email protected] and [email protected] to receive the profile update mail? Separate mailadresses with , or ; og : dosnt work...
Is there any update on this topic?
I set plugin.tx_femanager.settings.edit.email.notifyAdmin.receiver.email.value = [email protected]
but it does not work either.
Other mails during registration process (user confirmation, admin confirmation, ...) work.
TYPO3 v12.4.9, femanager 8.0.1
I went more into detail about this issue and found out that there is some code in femanager 8.0.1 that prevent that feature from working correctly.
@sbusemann Why is this commit https://github.com/in2code-de/femanager/commit/90b0dae6cac7ccb85b5018cbc43bdab29db012f9 not yet included in the official main branch but only in develop branch? When I modify AbstractController.php and ConfigurationUtility.php according to your pushed changes it works fine.
I can confirm the bug in femanager 8.0.1 and that the commit mentioned by @christophbee fixes the bug.