?
avatar pot1906dk
pot1906dk
12 Mar 2017

Problem

When User Account creation is set to Admin verification, Joomla sends a mail to user when his account has been created.
And when an admin has activated the account, user get another mail about this.

Reason

These mails are hardcoded in the language file, and it is hard or impossible to ensure that the activation link in the mail leads to a page using the correct template.

Suggestion

It should be possible to set up customized verification pages per user group.
And these mails should be editable in the editor and be sent as HTML posts to facilitate images and styling.

Reason

We may have (I do) different user groups (members, customers, clients) and they all need different information when signing up.

Votes

# of Users Experiencing Issue
3/3
Average Importance Score
4.67

avatar pot1906dk pot1906dk - open - 12 Mar 2017
avatar joomla-cms-bot joomla-cms-bot - labeled - 12 Mar 2017
avatar pot1906dk pot1906dk - change - 12 Mar 2017
The description was changed
avatar pot1906dk pot1906dk - edited - 12 Mar 2017
avatar pot1906dk pot1906dk - change - 12 Mar 2017
The description was changed
avatar zero-24
zero-24 - comment - 12 Mar 2017

And these mails should be editable in the editor and be sent as HTML posts to facilitate images and styling.

You can do this using language overrides: https://docs.joomla.org/J3.x:Language_Overrides_in_Joomla

avatar pot1906dk
pot1906dk - comment - 12 Mar 2017

Overrides only allow me to create another mail, but how can I make different mails for different groups?
I don't think overrides can do that? Neither will it allow me to choose a specific template, I think?

And I still cannot make HTML mails that look nice.

avatar zero-24
zero-24 - comment - 12 Mar 2017

Confirmed.

We need to move the mail part from this:
https://github.com/joomla/joomla-cms/blob/staging/components/com_users/models/registration.php#L54

and this:
https://github.com/joomla/joomla-cms/blob/staging/components/com_users/models/registration.php#L387

methods out to plugins. So you can just disabled that plugin and implement your own registration mail handling.

avatar joomla-cms-bot joomla-cms-bot - change - 12 Mar 2017
The description was changed
avatar joomla-cms-bot joomla-cms-bot - edited - 12 Mar 2017
avatar franz-wohlkoenig franz-wohlkoenig - change - 4 Apr 2017
Priority Medium Low
Status New Confirmed
Build All staging
avatar joomla-cms-bot joomla-cms-bot - change - 4 Apr 2017
The description was changed
avatar joomla-cms-bot joomla-cms-bot - edited - 4 Apr 2017
avatar franz-wohlkoenig franz-wohlkoenig - change - 4 Apr 2017
Category Administration com_users Feature Request Administration Authentication com_users Feature Request
avatar franz-wohlkoenig franz-wohlkoenig - change - 8 Nov 2017
Status Confirmed Discussion
avatar brianteeman
brianteeman - comment - 25 Dec 2017

There are extensions available that will do this. As we aim to keep the core light I am going to close this.

avatar brianteeman brianteeman - change - 25 Dec 2017
Status Discussion Closed
Closed_Date 0000-00-00 00:00:00 2017-12-25 16:15:34
Closed_By brianteeman
avatar brianteeman brianteeman - close - 25 Dec 2017

Add a Comment

Login with GitHub to post a comment