-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Administrative user removal triggers account activity email #9983
Comments
- remove it from the activity mail footer, it can be confusing (see WeblateOrg#9983) - include message about support for other instances on Hosted Weblate only
This leaks admin IP address to the user. Fixes WeblateOrg#9983
It is indeed confusing. But in the past we had problems that people used this form to report other bugs. #9985 should make it more clear. |
Yes that's a good approach and hopefully helps end users to find their right path. |
This leaks admin IP address to the user. Fixes #9983
Thank you for your report; the issue you have reported has just been fixed.
|
* contact: clarify contact form disclaimer - remove it from the activity mail footer, it can be confusing (see #9983) - include message about support for other instances on Hosted Weblate only * rephrasing * info simplification --------- Co-authored-by: Benjamin Alan Jamie <[email protected]>
Describe the issue
When removing a user from Weblate, especially e.g. due to a no longer existing email address, Weblate triggers an account activity email towards the deleted user informing the user about private data being removed.
This has two issues:
I already tried
Steps to reproduce the behavior
As admin
--> This fires the activity information.
Expected behavior
If an administrator removes an account, the account in question does not receive a further email. If that's not an option, the admin should have the control to disable the email notification during the deletion process.
Under no circumstances the IP address of the admin is being leaked.
Screenshots
Exception traceback
How do you run Weblate?
Docker container
Weblate versions
Weblate deploy checks
Additional context
A side note regarding that mail:
It tells the user to open a bug report on the weblate repo, if the change was not intended by the user.
This is a little bit irritating - shouldn't the user contact the instance administrator in case of issues instead of creating issues on the vendors tracker that might not be able to help (because it might not be Weblate SaaS).
The text was updated successfully, but these errors were encountered: