-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Closed
Copy link
Description
Steps to reproduce the issue
- Register new user account, verify email by clicking the link in the received email.
- As an administrator (super user), activate a new registered user account in backend.
(Setting is: Administrator has to activate new user accounts)
Expected result
User gets email, that his account was activated and ready to use
Actual result
User does not get a email
System information (as much as possible)
Joomla 3.9.28
PHP 7.4
Using PHP Mail or SMTP Mail, does not matter
Additional comments
The activation email is sent to the user, when the admin is using the activation link in the email (which he gets when a new user has registered and verified his email adress).
But when the admin is going to activate the user in the backend (instead using the link in the email), the user does not get a email notifying him, that his account is now activated and ready to use.
online-today