[6.0] Notification email on admin registration approval#45802
[6.0] Notification email on admin registration approval#45802softforge merged 7 commits intojoomla:6.0-devfrom
Conversation
Co-authored-by: Quy Ton <quy@nomonkeybiz.com>
|
@brianteeman I have downloaded the Download package and done what you have given for very clear testing instructions - thanks - sweet to be able to test so easily! Just 1 question or remark, for your last step:
I took an already activated user: Alexandre Dumas and pressed Action -> Activate and received the message: The user has been notified that their account has been activated. YET, I received an email: Hello Alexandre Dumas, Your account has been activated by an administrator. You can now login at https://sitename/ using the username a-dumas and the password you chose while registering. Is it the intent of this PR (or is it outside the scope of this PR) that an already Activated user would receive an email even though the backend says: No user activated. (because he already was)? |
|
Yes it's the intent as explicitly stated
|
|
OK, thanks, I will validate the test then :) |
|
I have tested this item ✅ successfully on 9115c39 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/45802. |
|
I have tested this item ✅ successfully on 9115c39 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/45802. |
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/45802. |
1 similar comment
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/45802. |
|
Thank you all who worked on this and tested |
This is a rebuild of #39650
Summary of Changes
The user who are manually actived will receive a notification by email informing his account has been activated.
There is also the option of being able to manually send a reminder email to the user even though the account is already activated (in case the user do not login in the page after X time)
The mail template used is com_users.registration.user.admin_activated
Testing Instructions
Apply the PR and after run
npm run build:jsor use a pre-built package
Actual result BEFORE applying this Pull Request
You can activate a user in the admin, but not notification is sent.
Expected result AFTER applying this Pull Request
a notification email is sent
Link to documentations
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed