Project

General

Profile

Actions

Feature #51137

closed

Epic #84262: [FEATURE] Update felogin to extbase

felogin emails not configuarable

Added by Patrick Kroog over 10 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
felogin
Target version:
-
Start date:
2013-08-16
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Problem:

At the moment it's not possible to change the Look/Content of mails sent by felogin Extension to the needs of a professional website/product:

E.g:
- Sending the mail in HTML + Text format.
- Have a Template for the mail, instead only one Language var..
- Possibility to use the NAME instead of the USERNAME (which often is an email) and a proper salutation.

Only chance to really be free in content/styling at the moment is:

- using the hook ( $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['felogin']['forgotPasswordMail'] )
- build the mail from a template in the hook
- send the email within the hook
- unset the mail text, to avoid $this->cObj->sendNotifyEmail will send the original mail..

If desired I would like to send in a patch for this..


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Feature #56647: Add Hook to fe_login to add/modify $markerArrayClosed2014-03-07

Actions
Related to TYPO3 Core - Bug #64626: Rewrite fe_login to FluidRejected2015-01-30

Actions
Actions #1

Updated by Wouter Wolters over 10 years ago

  • Status changed from New to Needs Feedback

If you have a patch ready you can send it to Gerrit See for instructions http://wiki.typo3.org/CWT
It will then be easier to discuss the code;)

Actions #2

Updated by Patrick Kroog over 10 years ago

Thank's Wouter!

I believe there should be one way of styling reusable(!) E-Mails for the whole website in TYPO3.

You should be able to leave a Fluid-Template in one Place in the system and use this for all e-Mails.

As there is no standard at the moment, all Extensions use their way and therefore you have to leave Templates in different places.

I don't want to have another individual way for fe_users..

So I just removed some unused bits and commited that for the moment! Please let me know what you think of the above approach..

Actions #3

Updated by Alexander Opitz about 10 years ago

  • Status changed from Needs Feedback to New
Actions #4

Updated by Simon Schaufelberger almost 9 years ago

I also just wanted to style all Emails according to my style guide and stumbled over the forgot password which just consists of plain text. No HTML possible! The only possible solution would be to XCLASS.

Pointer: https://git.typo3.org/Packages/TYPO3.CMS.git/blob/HEAD:/typo3/sysext/felogin/Classes/Controller/FrontendLoginController.php#l456

Actions #5

Updated by Georg Ringer about 6 years ago

  • Related to Epic #84262: [FEATURE] Update felogin to extbase added
Actions #6

Updated by Markus Klein almost 6 years ago

  • Parent task set to #84262
Actions #7

Updated by Georg Ringer about 4 years ago

  • Status changed from New to Resolved

felogin has been updated and works now with extbase + fluid and this is now possible with #88102

Actions #8

Updated by Benni Mack about 4 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF