You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your account has been inactive for a long time at %{organization_name}
Note that in the suggestions I am also suggesting to add the organization name as an interpolation to the email subjects which would also require changing the code where the subject is generated.
Few other suggestions that came to my mind:
Changing the URL of the warning email to point to the sign in page if sign in is enabled on the platform
If sign in is not enabled link to the organization URL as currently
Adding a bit of explanation to the inactivity warning email why the account is being deleted (see below)
Adding a bit of explanation to the account deletion email why the account was deleted (see below)
For the explanations, I would suggest the following:
Warning message before the deletion of the data
We regularly delete inactive user accounts on %{organization_name} to ensure that we are not storing unnecessary personal data in our databases. If you want to retain your data, you can sign in and download it from your account pages. You also have the possibility to delete the account yourself from the account pages.
If you do not react to this message, your account and personal details will be automatically deleted from the platform. Your earlier contributions will remain on the platform anonymized even if your account is deleted.
Message after deletion
We regularly delete inactive user accounts on %{organization_name} to ensure that we are not storing unnecessary personal data in our databases. If you have any questions, please contact us using the contact details available at <a href="%{organization_url}">the platform</a>.
Thank you for being part of %{organization_name}. We truly appreciate your contributions and hope to see you soon again!
The text was updated successfully, but these errors were encountered:
I just contributed the Finnish translations (see #36).
During this process, I noticed some things that we could improve with the source translations (English):
<a href="%{organization_url}">
%{organization_name}</a>
.<a href="%{organization_url}">
%{organization_name}</a>
.<a href="%{organization_url}">
If no reaction within %{remaining_days} days</a>
, your account will be deleted.<a href="%{organization_url}">
sign in again within %{remaining_days} days</a>
, your account will be deleted.Note that in the suggestions I am also suggesting to add the organization name as an interpolation to the email subjects which would also require changing the code where the subject is generated.
Few other suggestions that came to my mind:
For the explanations, I would suggest the following:
Warning message before the deletion of the data
Message after deletion
The text was updated successfully, but these errors were encountered: