User tests: Successful: Unsuccessful:
When creating a user in back-end and plg_user_joomla is set to send mail to user, the language used for the message sent by mail was the language used by the administrator creating the user and not the new user site language if that one was defined.
This patch will make it possible to use the language defined for the user instead. It will first try to use the user default site language and, if not set, then the new user default admin language. If no language is set it will use the administrator language used when creating the user as before the patch.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-02-03 08:57:59 |
I think I have one more optimization :S
I'll send another PR now. Sorry.