User tests: Successful: Unsuccessful:
This PR will change the label and description of the field for Administrator mails for the user settings.
Before:
I changed it to:
COM_USERS_CONFIG_FIELD_MAILTOADMIN_DESC="If set to Yes then a notification mail will be sent to all users who have receive system mails enabled if 'New User Account Activation' is set to 'None' or 'Self'."
COM_USERS_CONFIG_FIELD_MAILTOADMIN_LABEL="Send System-Mail"
Pull Request for Issue #36988 .
Install the patch and see that the labels are changed.
Yes it should be clarified that not only Administrators can get the mail
Status | New | ⇒ | Pending |
Category | ⇒ | Administration Language & Strings |
Yes, my skills were only able to solve one of the possibilities. But I think also that it would be good to only send this mails to users who have user administration admin rights. I see this as a huge GDPR issue for the website owners when they made this setting by mistake.
Another Possibilty would be to name System Mails to "Receive Administrator Mails"
Another Possibilty would be to name System Mails to "Receive Administrator Mails"
That is still just covering up the issue
Found the bug will do a PR later
You found a bug regarding this?
I think this database query is wrong but what to add to only get the admins that are allowed to controll users?
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-02-10 14:09:12 |
Closed_By | ⇒ | coolcat-creations | |
Labels |
Added:
Language Change
?
|
Wouldn't it be a better fix to prevent system emails being sent to anyone who does not have admin interface access as the content of the system emails regularly contains links which require admin interface access.
For me this is just covering up the real issue and not actually solving it.