phil64
phil64
Add this method in class ReceiverMailReceiverPropertiesService: `public function getMail() { return $this->mail; }` in order to give the possibilty to access the mail object in the Signal Slot implementation
This was with parsley.js and version 8.4. For example: - when the focus leaves a required field, a text with an error message is displayed below the field, but a...
Hi, _disablePluginInformation_ and _disablePluginInformationMailPreview_ have the same "cat path" : _basic/enable/040_. So, _disablePluginInformation_ doesn't appear in the backend extension configuration form.
Version 8.0.1. If only user confirmation is activated, after clicking the link to confirm registration in the email, the user is not enabled. In function statusUserConfirmation, line 204, the property...
It should be the one defined with the constant `plugin.tx_powermail.settings.misc.uploadFolder`
This would allow,for example, to override the redirection parameters used in the "redirectByAction()" function during account confirmation by the user, based on a value entered.
Because the account is then confirmed, even if the user has not entered a password. In InvitationController.php, in the function editAction at line 177, $user->setDisable(false) should be moved to the...